Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Moved ther reference to Related Guidelines and added a reference

...

Code Block
public static Class forName(String name,
                            boolean initialize,
                            ClassLoader loader) /* explicitly specify the class loader to use */
                     throws ClassNotFoundException

...

Related Guidelines

Bibliography

[API 2011] Class ClassLoader

...