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
Does java map allow duplicates?
What does int argc char * argv [] mean?
Which is the class in java?
How to obtain a performance profile of java program
What is difference between fileinputstream and filereader in java?
What is main in java?
What is a stack class in java ?
what is method reference in java 8?
Write a program based on Java script program.
How do you create an array in java?
What is supplier in java?
What is a boolean in java?
What are the different ways of creating thread?
What is break and continue statement?
Can you use this() and super() both in a constructor?