How many objects are created for a singleton class
Answer Posted / chaman
Is a design pattern that is used to restrict instantiation
of a class to one object.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
How variables are declared?
Is space a character in java?
What is busy spin, and why should you use it?
How does list work in java?
I want to persist data of objects for later use. What’s the best approach to do so?
Tell us something about different types of casting?
what invokes a threads run() method? : Java thread
What is set string?
Is minecraft java edition free?
What is oops in java?
What if static is removed from main method?
What are the main differences between the java platform and other platforms?
How to optimize the javac output?
What are the escape sequences in java?
Can we have any other return type than void for main method?