loadClass Last update: 16.07.2025 public loadClass(name: String): Class Loads a local class first, if that fails continue with the ClassLoader.loadClass() parent delegation. Return The resulting Class object Parameters name The binary name of the class Throws ClassNotFoundException If the class was not found