| Package | Description | 
|---|---|
| java.lang | 
 Contains core language classes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static Class<?> | 
Class.forName(String className)
Returns the  
Class object associated with the class or interface with the given string
 name. |