What is difference between Application Server and Web
Server?
Answer Posted / devender
In web server we can run onyy servlet and jsp but in
application server we can run servlet,jsp and ejb..
WEB-SERVER-Tomcat,resin
App-WEBLOGIC,JBOSS
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
who will give req's to u?. how they send req's to u? . what design documents contains?. when bugs raised on other developer code how to report to them?.(throgh mail or ........). how to retrive 100 recods from dao layer to presentation layer.using which collection?. what is sequence diagram.?.
What are maps interfaces in the java collections? : java collections
What are the differences between the java collection and the java list? : java collections
What are the different types of features of the java collections framework? : java collections
Should we create system software ( e.g operating system ) in java ?
What are the different types of ways where you can iterate over a list? : java collections
What is an algorithm in java collection framework? : java collections
What is the use of the list interface in the java collection? : java collections
What are the considerations to be made in case of loops in java ?
What are the classes in the java collection framework? : java collections
Hi Friends , am newbie to ajax. For example just consider one account registration - A form contains 8 text fields with submit button. In this form second texbox contains "username " . On right side of text box there is a label box . On clilck action i need to determine user is available or not. Is it possible on clicking label or should i click submit button.
What is the difference between comparable and comparator in java.util pkg?
What are the types of java collections? : java collections
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the types of the main implementing classes in the map interfaces? : java collections