What is onClassLoader in java?

Answer Posted / rakesh

class loader is a java file which is in JVM.
At the time of of creation of object the .class(having byte
code in secondary memory)files will be loaded into the
primary memory ie RAM by class loader subsystem

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is use of static in java?

814


What is the primitive type short?

808


there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.

1789


How to check if linked list contains loop in java?

660


What is the finalize method do?

837


Which is bigger double or float?

739


How to create an interface?

843


Does java return by reference?

762


What is the difference between choice and list?

852


What is the different types of functions?

794


How do you find the independent variable?

749


How do constructors use this() and super()?

816


What is a get method?

732


explain the concept of virtual method invocation in polymorphism in detail?

1952


What is the concept of multithreading?

738