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 |
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 ?
what do you mean by java annotations?
Which containers use a FlowLayout as their default layout?
"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.)
How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?
How to set the permissions to a file in java?
What is the purpose of using java.lang.class class?
Write a java program to check if a number is prime or not?
What is the meaning of course?
What is class??
What is static keyword?