Home Answers Viewqa Java-Interview-Questions Difference bn webserver and appserver

 
 


Rajendra
Difference bn webserver and appserver
2 Answer(s)      3 years and 6 months ago
Posted in : Java Interview Questions

View Answers

December 16, 2009 at 4:39 PM


a webserver will be userful to handle the generic requests via browser like http requests and will forward to corresponding servers(probably a other webserver or an app server)
an App server will handle an application requests which is specfic to an application and limited to its scope

December 16, 2009 at 4:57 PM










Related Pages:
Difference bn webserver and appserver - Java Interview Questions
Difference bn webserver and appserver   Difference between web server...;a webserver will be userful to handle the generic requests via browser like http requests and will forward to corresponding servers(probably a other webserver
Diff Bn Marker Interface and instanceOf - Java Interview Questions
Diff Bn Marker Interface and instanceOf   Hi Friends, Wats d difference bn Marker Interface and instanceOf method. Thanks
WebServer - Java Server Faces Questions
WebServer  What is WebServer? Do i need one for the Java programming?  Answer for question no:1 difference between web container and web server Web container is nothing but a folder where a web
Diff Bn Uni and Bi-directional Mapping in Hibernate - Hibernate Interview Questions
Diff Bn Uni and Bi-directional Mapping in Hibernate   Hi Friends, I want to know d difference bn uni-directional and bidirectional mapping in hibernate.  Hi I am sending links where u can find
Diff Bn Actionform and Pojo - Struts
Diff Bn Actionform and Pojo   Hi Friends, I am confused with Pojo and ActionForm ,bcoz both have getter and setter methods.In both we declare fields and corresponding getter n setters also.plz  
difference
difference  difference between hashtable and hashtree
difference
difference  what's the difference between mysql and sql
difference
difference  difference b/w java and asp.net
Difference
Difference  What Is the difference between JDK & SDK
difference
difference    what is the difference between the JDBC-ODBC bridge, the Native-API-Partly-Java driver, and the JDBC-Net-All-Java Driver is the placement of the database access libraries   Please visit the following link
difference
difference  difference between thread and process in java   Difference between Process and Thread: 1)Process is a program under execution whereas Thread is a part of program. 2)Process are heavy weight programs which
difference
difference  difference between Method Overloading and method Overriding   Difference between Method Overloading and Method Overriding: Overriding is the concept of having functions of same name and signature
Jsp code to retrieve data bn dates - Development process
Jsp code to retrieve data bn dates  Hi,in my following code i want code to search data between from date and to date. Also sub combo box is not displayed. Search Page var arr = new Array(); arr[0] = new
Difference between Web Server and Application Server
In this section we will learn the difference between Web Server and Application Server. Web Server handles HTTP and HTTPS request and response while... server is superset of webserver
difference - Applet
difference  what is the difference in between awt and swing package... and what is the difference in between frame,panel  Hi Friend.... Difference between frame and panel: 1)A frame is a resizable movalble window
Flex difference
Flex difference  Hi.... please tell me about What is the difference between Flex 2.0 and Flex 3.0? Thanks  Ans: There are some advantages of Flex3.0 over Flex 2.0 they are following: 1. Faster compilation time
difference - EJB
difference  difference between stateful and stateless beans   Hi friend, Stateful Beans *)Stateful beans are also Persistent session beans. *)They are designed to service business processes that span multiple
java - Java Interview Questions
java  what difference between webserver and Application server
Difference between DispatchAction and LookupDispatchAction
Difference between DispatchAction and LookupDispatchAction  What is the Difference between DispatchAction and LookupDispatchAction
difference between SessionState and ViewState
difference between SessionState and ViewState  What is the difference between SessionState and ViewState
difference between ForwardAction and IncludeAction
difference between ForwardAction and IncludeAction  What is the difference between ForwardAction and IncludeAction
Difference between struts and JSF
Difference between struts and JSF  What is the difference between struts and JSF
difference between == and === operators?
difference between == and === operators?  Is (====) operator available in java or not? difference between
Difference between 3d and 4d
Difference between 3d and 4d  what is the difference between 3d and 4d
What is the difference between the >> and >>> operators?
What is the difference between the >> and >>> operators?   hi, What is the difference between the >> and >>> operators? Thanks
difference between varchar & varchar2?
difference between varchar & varchar2?  What is the difference between varchar & varchar2
what is the difference in java and j2ee
what is the difference in java and j2ee  Hi, Please tell me: 1. What is the difference between Java and Core Java and 2. Difference between Java and J2EE
Mysql Difference
Mysql Difference       Mysql Difference is used to return the records that are the outcome of difference between the records in a table. Understand with Example The Tutorial
Mysql Difference
Mysql Difference       Mysql Difference is used to return the records that are the outcome of difference between the records in a table. Understand with Example The Tutorial
Difference between Mysql and SQL
Difference between Mysql and SQL  hello, What is the difference between Mysql and SQL??   hii, SQL is structural quary language but mysql is database package
Difference between Timer and Thread?
Difference between Timer and Thread?  Can anyone tell me about the difference between Timer and Thread, Why we need to have Timer in case we have Thread implimentation startegy in Java
difference b/w == and equals()
difference b/w == and equals()  what is the difference between == operator and equals()   Hi Friend, The == operator checks if the two objects were actually the same object. This operator looks at the actually memory
Difference between request.getRequestDispatcher() and context.getRequestDispatcher()
Difference between request.getRequestDispatcher() and context.getRequestDispatcher()  What is the difference in using request.getRequestDispatcher() and context.getRequestDispatcher()?   request.getRequestDispatcher
Difference between JSP and Servlets
Difference between JSP and Servlets  What is the difference between JSP and Servlets ?   JSP is used mainly for presentation only. A JSP can only be HttpServlet that means the only supported protocol in JSP is HTTP
difference between lock and synchronization
difference between lock and synchronization  Hi, I am new in java please anyone tell me difference between lock and synchronization in java. its urgent. Thank in advance   Please visit the following link: Lock
java - WebSevices
; Hi friend, Difference between WebServer and Application Server WebServer *) It serves pages for viewing in web browser. *) It exclusively... comes into the webserver, *) It may not support transactions and database
method and function difference
method and function difference  so far, I understand that method and function are the same thing... but is there any difference between the two terms? Please explain me if both are different terms. Thanks in advance
Difference between SCJP Exams
Difference between SCJP Exams  What is the differences between SCJP 5 (310 - 055) exam and SCJP 6 (310 - 065) exam??? Thank You In Adv
javascript date difference in years
javascript date difference in years  I want to find the difference...=date1.getFullYear()-date2.getFullYear(); document.write("Date difference in years : "+yearDiff... year difference by subtracting the two
what is the difference between extends and implements
what is the difference between extends and implements  difference between extends and implements
what is the difference between extends and implements
what is the difference between extends and implements  difference between extends and implements
Difference between forward and sendRedirect
Difference between forward and sendRedirect  What's the difference between forward and sendRedirect?   RequestDispatcher.forward() and HttpServletResponse.sendRedirect() are the two methods available for URL redirecting
Difference between ServletContext and ServletConfig
Difference between ServletContext and ServletConfig   What is the difference between ServletContext and ServletConfig?   ServletContext :Defines a set of methods that a servlet uses to communicate with its servlet
Difference between translate and replace
Difference between translate and replace   hiii, What is the difference between translate and replace?   hello, Replace replace every instence of character with character sting by the given charator of string
Difference between GET and POST
Difference between GET and POST   Difference between GET and POST ?   The difference between a GET and a POST is the way data is transferred to a servlet. With a GET, the URL will show each name/value pair on the query
javascript date difference in days.
javascript date difference in days.   I want to find the difference...); document.write("Number of day difference : "+dayDiff); </script> <... of days by using method getDay(). Now to find date difference
javascript date difference in months
javascript date difference in months  How can I find the difference... difference in month : "+monthDiff); </script> </head> </html>... of months by using getMonth() method .To get the date difference in months you