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
What is use of static in java?
What is the primitive type short?
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.
How to check if linked list contains loop in java?
What is the finalize method do?
Which is bigger double or float?
How to create an interface?
Does java return by reference?
What is the difference between choice and list?
What is the different types of functions?
How do you find the independent variable?
How do constructors use this() and super()?
What is a get method?
explain the concept of virtual method invocation in polymorphism in detail?
What is the concept of multithreading?