List the different types of classloaders in java.
There are 3 types of built-in Class Loaders:
- Bootstrap Class Loader: Loads internal classes
- Extensions Class Loader: Loads classes from extensions directory
- System Class Loader: Loads classes from the current classpath
BY Best Interview Question ON 13 Jan 2019