What is singleton class?
Answer Posted / ravikiran(aptech mumbai)
singleton class is the class contains only one object
| Is This Answer Correct ? | 39 Yes | 71 No |
Post New Answer View All Answers
What are mutable classes?
What are variable names?
Is boolean a data type in java?
What is a layout manager and what are different types of layout managers available in java awt?
Is the empty set a singleton?
What's the purpose of using break in each case of switch statement?
Why put method is idempotent?
Where is const variable stored?
What is the primitive type short?
how do I create a runnable with inheritance? : Java thread
Mention some interfaces implemented by linked list in java.
Why volatile is used in java?
What is the Difference between Final Class && Abstract Class?
Can a constructor be protected?
How do you convert an int to a double in java?