what do you mean by classloader in java?



what do you mean by classloader in java?..

Answer / Neha Chaudhary

In Java, a ClassLoader is responsible for loading and linking classes from their binary files into memory. It defines the mechanism that allows a Java program to find, load, and instantiate classes and interfaces at runtime. There are three types of ClassLoaders: Bootstrap ClassLoader, Extended ClassLoader, and System ClassLoader.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the use of 'super' keyword inside a constructor?

1 Answers   Flextronics, Thomson Reuters, Virtusa,


if u open login & logout ,how can udisplay the timelogin & logout members ?

1 Answers   Virtusa,


what do you mean by java annotations?

1 Answers  


Which containers use a FlowLayout as their default layout?

3 Answers  


"We cannot create an object of interface but we can create a variable of it". Discuss the statement with the help of an example. (Plz help us to provide immediately.)

3 Answers  


How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

4 Answers   CTS, Satyam,


How to set the permissions to a file in java?

1 Answers  


What is the purpose of using java.lang.class class?

1 Answers  


Write a java program to check if a number is prime or not?

1 Answers  


What is the meaning of course?

1 Answers  


What is class??

1 Answers   Tech Mahindra,


What is static keyword?

1 Answers  


Categories