|
|
|
Servlets
|
Displaying Date in Servlet
In this example we are going to show how we can display a current date and time on our browser. It is very easy to display it on our browser by using the Date class of the java.util package.
View Rating |
|
|
Servlets
|
Writing Hello World
We should start understanding the servlets from the beginning. Lets start by making one program which will just print the "Hello World" on the browser. Each time the user visits this page it will display "Hello World" to the user.
View Rating |
|
|
Servlets
|
Session Tracking
As we know that the Http is a stateless protocol, means that it can't persist the information. It always treats each request as a new request. In Http client makes a connection to the server, sends the request., gets the response, and closes the connectio
View Rating |
|
|
Servlets
|
Java : Servlet Tutorials
# History of Web application
Earlier in client- server computing, each application had its own client program and it worked as a user interface and need to be installed on each user's personal computer.
View Rating |
|
|
Servlets
|
Java : Servlet Tutorials
History of Web application
Earlier in client- server computing, each application had its own client program and it worked as a user interface and need to be installed on each user's personal computer.
View Rating |
|
|