Content deleted Content added
Line 93:
* Constructors cannot be directly invoked (the keyword “<code>new</code>” invokes them).
* Constructors cannot be ''synchronized'', ''final'', ''abstract'', ''native'', or ''static''.
*
Java constructors perform the following tasks in the following order:
|