Difference Between Web Server and Application server ??
Answer Posted / santhosh kandula
1. Web server is mainly used for the viewing of browser
whereas Applecation server is mainly for developing the
business logic to the client application and it will be
done through protocols.
2. Web server having only web container where as
Application server having additionally EJB container and
directory server.
3. It is posible to integrate Webserver into an Application
server.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
What are the different types of servlets?
Define the lifecycle for executing a jsp page.
I have a requirement Here we have a ResultSet object that will contain 50 records i need to print those recors in to a webpage(i.e; view according to MVC architectures that mybe servlet or jsp) . Here i need to print the records 10 per page that is 1 to 10 in page one and 11 to 20 in page two like remaining will be appeared in other pages we need to display those page numbers whenever we click on that page number we will go to that page and display 10 records like we will display 5 pages it is like this << 1 2 3 4 5 next >>
What is pure servlet?
Explain the difference between servlet and cgi?
What is servlet initializer?
What's the use of servletcontext?
Tell us something about servletcontext interface.
How do you create a cookie using servlet?
Can you use javascript in servlets?
How to commuincate between an applet and a servlet?
What's the servlet interface?
What methodology can be followed to store more number of objects in a remote server?
Why is init() method is used in servlets?
What do you mean by httpservlet and how it is different from the genericservlet?