What is the use of singleton?


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

Post New Answer

More Core Java Interview Questions

What's the purpose of static methods and static variables?

0 Answers  


How to connect to a remote database using Applet?

0 Answers  


What is the maximum size of list in java?

0 Answers  


10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } } 10. What is the output of the following Java program? class Main { public static void main(String args[]){ final int i; i = 10; System.out.println(i); } }

0 Answers  


What is difference between calling start() and run() method of thread?

0 Answers  






Java.util.regex consists of which classes?

0 Answers  


what is difference between method overloading & method overridding with example?

4 Answers   IBM,


Explain about class in java?

0 Answers  


What is the need of transient variables in Java ?

0 Answers   MCN Solutions,


what is difference between set and list in collection?

3 Answers   Satyam,


explain about casting of objects?

5 Answers  


What is hashmap in java?

0 Answers  


Categories