what do you mean by classloader?
No Answer is Posted For this Question
Be the First to Post Answer
What is hasnext in java?
Can a class extend 2 classes in java?
Which Component subclass is used for drawing and painting?
Distinguish between a predicate and a function?
why Java does not support multiple inheritances?
what is a thread?
What is the generic class?
what is the replacement for GOTO in java?
What is jrmp?
Is sizeof a keyword in java programming?
Tell me the difference between an applet and a Japplet?
There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.