different between web server and application server



different between web server and application server..

Answer / kalidas maliyala

The web server
When a request comes into the Web server, the Web server simply passes the request to the program best able to handle it. The Web server doesn't provide any functionality beyond simply providing an environment in which the server-side program can execute and pass back the generated responses. The server-side program usually provides for itself such functions as transaction processing, database connectivity, and messaging.

The application server

Such application server clients can include GUIs (graphical user interface) running on a PC, a Web server, or even other application servers. The information traveling back and forth between an application server and its client is not restricted to simple display markup. Instead, the information is program logic. Since the logic takes the form of data and method calls and not static HTML, the client can employ the exposed business logic however it wants.

In most cases, the server exposes this business logic through a component API, such as the EJB (Enterprise JavaBean) component model found on J2EE (Java 2 Platform, Enterprise Edition) application servers.

Is This Answer Correct ?    5 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Explain the typeof operator?

0 Answers  


What are data structures in javascript?

0 Answers  


What is encodeuri() function?

0 Answers  


What is the difference between innerhtml and append() in javascript?

0 Answers  


hi iM rahul.my questions is my project is a web based & developed using java,jsp. when i record it using qtp what script i will get like either browser("jdfjkf").page("nkf").... or javawindow("f d ").javaedit("Dasf").... plz clarify my doubt asap and i also need some vbscipt of java coding?

0 Answers  






What is the disadvantage of using innerhtml in javascript?

0 Answers  


How do I install javascript?

0 Answers  


Example of using regular expressions for syntax checking in javascript?

0 Answers  


How we can get the value of an element using javascript?

0 Answers  


What is let keyword in typescript?

0 Answers  


What is enum with example?

0 Answers  


How host objects are different from native objects in javascript?

0 Answers  


Categories