HR Question, Java Question, Asp.Net Question, C and C++ Question, SAP, Web Services, Window and XML Question

What is a servlet?
Servlets are modules that extend request/response-oriented servers,such as Java-enabled web servers. For example, a servlet might be responsible for taking data in an HTML order-entry form and applying the business logic used to update a company’s order database. Servlets are to servers what applets are to browsers. Unlike applets, however, servlets have [...]

What is an Applet? Should applets have constructors?
- Applets are small programs transferred through Internet, automatically installed and run as part of web-browser. Applets implements functionality of a client. Applet is a dynamic and interactive program that runs inside a Web page displayed by a Java-capable browser. We don’t have the concept of Constructors in [...]

What is meant by Controls and what are different types of controls? - Controls are componenets that allow a user to interact with your application. The AWT supports the following types of controls:

Labels
Push buttons
Check boxes
Choice lists
Lists
Scroll bars
Text components

These controls are subclasses of Component.

Which method of the component class is used to set the position and [...]

What is the difference between CGI and Servlet?
What is meant by a servlet?
What are the types of servlets? What is the difference between 2 types of Servlets?
What is the type of method for sending request from HTTP server ?
What are the exceptions thrown by Servlets? Why?
What is the life cycle of a servlet?
What is meant [...]

« Previous Question                            Next Question »

 Subscribe in a reader