Why is singleton class used?


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

Post New Answer

More Core Java Interview Questions

what is deadlock in threads? with example

2 Answers   CTS, XOXO,


What is numeric promotion?

1 Answers  


Explain a few methods of overloading best practices in java?

0 Answers  


What is the method to declare member of a class static?

0 Answers   HCL,


How do you take thread dump in java?

0 Answers  






class A{ class B{ } } in which name u save the file,its the program compile?

6 Answers   HCL,


How java is similar to c?

0 Answers  


What is a parameter in simple terms?

0 Answers  


What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?

0 Answers  


What will happen if we write code like: try{}catch(exception e)catch(IOException i)

6 Answers   CTS, TCS,


What is the public field modifier?

0 Answers  


How to restrict a member of a class from inheriting by its sub classes?

0 Answers  


Categories