Will the jvm load the package twice at runtime?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can you explain the final method modifier?

0 Answers  


Why Java is not purely object oriented?

50 Answers   Elitecore, Persistent, Reliance, Wipro,


When we give defination of interface method in the class why method must be public???

2 Answers  


Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?

5 Answers   Rolta,


What is hasnext in java?

0 Answers  






How to disable caching on back button of the browser?

0 Answers  


What is difference between pointer and reference?

0 Answers  


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

4 Answers  


What is an example of a conditional statement?

0 Answers  


What is the purpose of the strictfp keyword?

0 Answers  


What is nullpointerexception in java?

0 Answers  


What is anagram number?

0 Answers  


Categories