What are the drawbacks of singleton class?


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

Post New Answer

More Core Java Interview Questions

What is a function argument in java?

0 Answers  


What is a memory leak in java?

0 Answers  


a thread is runnable, how does that work? : Java thread

0 Answers  


Which methods cannot be overridden in java?

0 Answers  


String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects

7 Answers  






which of tha following is not a thread safe class? a) ArrayList b)Vector c)HashTable d)None

17 Answers  


What is the largest data type in java?

0 Answers  


How to split arraylist elements in java?

0 Answers  


Explain the differences between static and dynamic variables?

0 Answers   Fidelity,


Explain java coding standards for methods?

0 Answers  


What does n mean in java?

0 Answers  


What is intern method in java?

0 Answers  


Categories