difference between applicationserver and webserver
Answer Posted / mahendar
Application server provides security,transaction...etc.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is a class loader? What are the different class loaders used by jvm?
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 the advantages and disadvantages of detached objects.
What method is invoked to cause an object to begin executing as a separate thread?
What value does read() return when it has reached the end of a file?
What is a policy?
Do I have to use jsps with my application?
How to implement RMI in Java?
What are JTA/JTS and how they used by client?
Why does the tag url-encode javascript and mailto links?
What are the pros and cons of detached objects?
Why is string immutable in java?
If your ui seems to freeze periodically, what might be a likely reason?
What’s jboss jbpm?
Are we allowed to change the transaction isolation property in middle of a transaction?