what is singlton class?where it is use in real time senario.
Answer / asishbls
A java class is said to be a singleton class if it creates
only one instance per jvm.
It is used generally in utill class.
| Is This Answer Correct ? | 11 Yes | 1 No |
What is the difference between Trusted and Untrusted Applet ?
What is a method vs function?
Explain Big-O notation with an example
How do you join strings in java?
Why are lists ordered in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
What is the use of string and stringbuffer?
what is the significance of listiterator in java?
What is integer size in java?
Why is it called buffering?
What must a class do to implement an interface in java programming?
what is the diff between Servletcontext and servletconfig?