MCPcopy Create free account
hub / github.com/YujiSoftware/JDK1.0 / forName

Method forName

src/java/lang/Class.java:54–54  ·  view source on GitHub ↗

Returns the runtime Class descriptor for the specified Class. For example, the following code fragment returns the runtime Class descriptor for the Class named java.lang.Thread: Class t = Class.forName("java.lang.Thread") @param className the fully qualified name of the desired Class @

(String className)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

getURLStreamHandlerMethod · 0.95
getContentHandlerMethod · 0.95
getDefaultToolkitMethod · 0.95
initMethod · 0.95
startAppletMethod · 0.95

Calls

no outgoing calls

Tested by 1

startAppletMethod · 0.76