What are the drawbacks for singleton class?


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

Post New Answer

More Core Java Interview Questions

How hashmap works in java?

0 Answers  


Break statement can be used as labels in java?

0 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


How do you get the length of a string in java?

0 Answers  


what is use of session tracking ?with example?

1 Answers   Photon,






What are encapsulation, inheritance and polymorphism?

0 Answers  


extending thread class or implementing runnable interface. Which is better? : Java thread

0 Answers  


Where pragma is used?

0 Answers  


What are the different access modifiers available in java?

0 Answers  


Difference between predicate, supplier and consumer ?

0 Answers  


What is a dynamic array in java?

0 Answers  


Is node a data type in java?

0 Answers  


Categories