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 phantom read?
What is the highest-level event class of the event-delegation model?
How will you pass parameters in RMI? Why do you serialize?
Describe, in general, how java's garbage collector works?
What is the difference between session and entity beans?
What is the difference between java class and bean?
what are RemoteObjects?
What are the call back methods in entity bean?
What is the relation between the infobus and rmi?
Can I run seam with jdk 1.4 and earlier?
What is a session? Can you share a session object between different theads?
Explain what is synchronization?
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!
Is “abc” a primitive value?
How substring() method of string class create memory leaks?