what is singleton class? where it mainly used in the
projects?
Answer Posted / suresh jv
Singleton class is a class, it allows jvm to create only one
object.
note:
most of the people think that servlet is a singleton class.
but it is not a singleton class. Actually for each servlet
one object will be created by container.
But suppose if u want to create another object for same
servlet, that servlet allows us to create another object but
the container (server) will not allow to create second object.
When a huge amount of requests coming to servlet, some of
the servers (espcially weblogic)allows to create second
object for same servlet to handle huge amount of requests,
then how can u say servlet is a singleton class.
"The class, itself doesn't allow to create second object "
is called singleton class.
this helps a lot u.....
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Describe, in general, how java's garbage collector works?
What must a class do to implement an interface?
What is the difference between the string and stringbuffer classes?
how i secure my site with the https protocol.what are the steps?
how do you Handle Front End Application data against DB with example?
What is re-entrant. Is session beans reentrant. Is entity beans reentrant?
What restrictions are placed on the location of a package statement within a source code file?
What is synchronization and why is it important?
wahts is mean by dynavalidatorform in struts/
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
Are enterprise beans allowed to use thread.sleep()?
what is handle?
What is meant by method chaining?
What is difference between object state and behavior?
How are the elements of a cardlayout organized?