Answer Posted / ajooba
since 1.5 version best way is to use an enum
public enum My
{
instance;
}
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How can we find the sum of two linked lists using stack in java?
What are the differences between checked exception and unchecked exception?
What are the 2 types of java programs?
How is string immutable in java?
What do you mean by local class?
whatis Home interface and Remoteinterface? with example?
How can you read content from file in java?
Why arraylist is not synchronized in java example?
What are the topics in core java?
Explain reverse a linked list iterative solution in java?
Is main a function?
What are the super most classes for all the streams?
What is a databasemetadata?
Write a program to find maximum and minimum number in array?
What is stored procedure. How do you create stored procedure ?