What is difference between Application Server and Web
Server?



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

Post New Answer

More Java J2EE AllOther Interview Questions

How to implement or use the singleton class in java?

3 Answers  


What are the types of java collections? : java collections

0 Answers  


What is IOC in spring?

10 Answers   Centris,


What are the queues in the java collection framework? : java collections

0 Answers  


How do I find jre path in windows?

0 Answers  






what about web architecture?

1 Answers   HCL,


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?

4 Answers  


What is difference between Application Server and Web Server?

1 Answers   Logica CMG, SCS,


what is class/object diagram

3 Answers   Zycus Infotech,


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


How is hashset maintained in memory by java ?

0 Answers  


Which sorting algorithm is used by collections.sort() in java ?

0 Answers  


Categories