What is a class loader? What are the different class loaders used by jvm?


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

Post New Answer

More Advanced Java Interview Questions

which book is better for jdbc ,servlets and jsp

0 Answers   TCS,


Does Java pass arguments by value or reference?

5 Answers   HeadStrong,


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


Is jvm a overhead?

0 Answers  


What are the different methods of identifying an object?

0 Answers  






What modifiers may be used with an interface declaration?

0 Answers  


What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


When a thread blocks on i/o, what state does it enter?

0 Answers  


What are the high-level thread states?

1 Answers  


How a component can be placed on Windows?

0 Answers   Wipro,


what is a Daemon Thread?

2 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Categories