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 a finally block? Is there a case when finally will not execute?
How can we create a synchronized collection from given collection?
What is ascii code?
Which class cannot be a subclass in java?
What is the difference between JDBC 1.0 and JDBC 2.0?
What happens if main method is not static?
Can a class have multiple subclasses?
Explain the importance of throwable class and its methods?
How does regex work?
is there a separate stack for each thread in java? : Java thread
Explain about static imports in java?
What is hasnext in java?
What do you mean by compiler?
Is singleton set an interval?
Can a java program have 2 main methods?