Package | Description |
---|---|
java.lang |
Provides classes that are fundamental to the design of the Java
programming language.
|
Modifier and Type | Method and Description |
---|---|
T |
Class.newInstance()
Creates a new instance of the class represented by this
Class
object. |