What is meant by class loader? How many types are there? When will we use them?


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

Post New Answer

More Core Java Interview Questions

What is the difference between a synchronized method and a synchronized block?

0 Answers  


what is the diffrences between platform independent and portable

5 Answers   TCS,


Can long be null in java?

0 Answers  


Can we extend immutable class?

0 Answers  


what r callable statement and give their proper use

2 Answers  






Is static a singleton?

0 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 data binding? give the example

1 Answers   TCS,


What does java final mean?

0 Answers  


What is the main purpose of java?

0 Answers  


Can we declare register variable as global?

0 Answers  


How to create an interface?

0 Answers  


Categories