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
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
What is the difference amongst jvm spec, jvm implementation, jvm runtime ?
What will be the default values of all the elements of an array defined as an instance variable?
How do you use compareto method?
What is parse method?
How do you reverse a word in java?
Write a program to print all permutations of string?
What is anagram in java?
What is the base class of all exception classes?
What is class and object in java?
Write the algorithm to check the number non-leaf nodes in a tree.
What does split function do in java?
What is jee6?
What is downcasting?
What is an iterator java?