Answer Posted / p.l.n.kumar
up to my knowledge it is a
servlet container class
| Is This Answer Correct ? | 54 Yes | 14 No |
Post New Answer View All Answers
Explain the different types of memory used by jvm?
what is Activation Instantinator?
How are the elements of a borderlayout organized?
Why use POJO when I can use hashmap
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Explain RMI Architecture?
Explain the difference between object state and behavior?
Is there a guarantee of uniqueness for entity beans?
How can I avoid validating a form before data is entered?
What are JTA/JTS and how they used by client?
Why are some of the class and element names counter-intuitive?
What is a modular application? What does module-relative mean?
Name three component subclasses that support painting?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is the difference between java class and bean?