What is singleton class in java and how can we make a class singleton?


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

Post New Answer

More Core Java Interview Questions

difference between arraylist and linkedlist otherthan performance

2 Answers   L&T,


What does index mean in java?

0 Answers  


What's the difference between comparison done by equals method and == operator?

0 Answers  


Can constructor be synchronized?

0 Answers  


Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example

0 Answers  


What are heap memory and stack memory and what are memory tables.

0 Answers   Aspiring Minds,


What language is pass by reference?

0 Answers  


What is the difference between int and integer in java?

0 Answers  


What is function and its uses?

0 Answers  


What are desktop procedures?

0 Answers  


What is visibility mode?

0 Answers  


What is binary tree in java?

0 Answers  


Categories