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

Is there any limitation of using inheritance?

568


Difference between overriding and overloading in java?

572


Where import statement is used in a java program?

608


Which is better stringbuffer or stringbuilder?

521


What is functional interface in java example?

527






Define how does a try statement determine which catch clause should be used to handle an exception?

578


Explain the difference between comparator and comparable in java?

481


Can we have any code between try and finally blocks?

556


When throws keyword is used?

576


How do you do exponents in java?

534


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

508


Can we have any code between try and catch blocks?

553


os is developed in c no java is more secured then c na why dont the os developed is developed using java

3518


what is deadlock? : Java thread

522


What are static methods?

572