What is difference between Application Server and Web
Server?
Answer / devender
In web server we can run onyy servlet and jsp but in
application server we can run servlet,jsp and ejb..
WEB-SERVER-Tomcat,resin
App-WEBLOGIC,JBOSS
| Is This Answer Correct ? | 4 Yes | 3 No |
What are the different types of features of the java collections framework? : java collections
Explain JSP life cycle?
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
whats the relation ship between LDAP and JNDI?
what is the difference between banking and insurance domain?
What is the use of log4j and how to make use of that in a application?
Which interface does java.util.hashtable implement?
What is the Spring2.5 MVC Navigation flow?
What are the queues in the java collection framework? : java collections
Write a interface "CarOperations" with the following methods void turnOnEngin() void turnOffEngin() void turnOnLigths() void turnOffLights() void turnLeft() void turnRight() void accelerate() void deaccelerate() void putBreaks() void releaseBreaks()
What is difference between Application Server and Web Server?
what is difference between web server and application server?