what is difference between web server and application
server?



what is difference between web server and application server?..

Answer / paletipatisrinu

webserver :
1)webserver imlementation on servlet,jsp Api specifation.
2)less middleware services
3)its recoginses only WAR files
4}its understand only http requset
5}its develop only webapplications.
Ex: tomcat server
Applicationserver:
1)Application server implementation on All J2EE specifications
2)more middle ware services( nearly 16 middle ware)
Ex:connection pooling,security,transaction management
3)its recoginses WAR,RAR,EAR files
4)its understand http,non http requsets
5}its develop webapplications and enterpraise
applications,distributed applications.
ex:-weblogic

FORMULA:
APPLICTION SERVER=WEBSERVER+MIDDLEWARE SERVERICE+EJB CONTAINER

Is This Answer Correct ?    16 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

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,


who should use JNDI?

1 Answers  


What are the main classes of the list interfaces? : java collections

0 Answers  


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

0 Answers  


what is difference between struts1.2 and struts2.0

1 Answers  






What is a constructor?

4 Answers  


What is IOC in spring?

10 Answers   Centris,


What are the types of interface used in the java collections? : java collections

0 Answers  


what is jndi?

2 Answers  


How is hashset maintained in memory by java ?

0 Answers  


what is difference between vector and arraylist?.

4 Answers   C DAC, HCL,


Q1. A. Write note on "The class path Environment Variable". B. Which are different kinds of source code? Q2. A. How to create an interface? B. Why convert an applet to an application? Q3. A. How to use Media tracker Class. B. How to use string tokenizer class. Q4. A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on "The properties class" Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

1 Answers  


Categories