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 |
what is diff string and stringbuffer
lll
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.
What are the different types of ways where you can iterate over a list? : java collections
Which is the better framework for web applications, struts or spring, and why?
What are the types of java collections? : java collections
What are the uses of the set interfaces in the java collections? : java collections
whatis arguments &what is default argument
What is the servletcontext listener and what is JspContext and page context pls tell in simple words.
What is an algorithm in java collection framework? : java collections
How do I find jre path in windows?
What are the classes in the java collection framework? : java collections