where singleton classes are used in j2ee web application.can
we use it for connection pooling.
Answer Posted / guest
spring and hibernate
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is singleton a bad practice?
What do you mean by mnemonics?
What is a method in programming?
What is the r character?
Difference between method overloading and method overriding in java ?
What is square root in java?
Explain the difference between comparator and comparable in java?
Can we write class inside a class in java?
Give an example of call be reference significance.
What are the differences between string and stringbuffer?
What is the base class in java from which all classes are derived?
What is the default value of float and double datatype in java?
In a container there are 5 components. I want to display all the component names, how will you do that?
Write a program to find the whether a number is an Armstrong number or not?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).