Skip to main content

Featured

Game Development Tutorials In Android

Game Development Tutorials In Android Hi Guys,                 We are shortly started Game Development Tutorials in Android Studio. So everyone supports me and share this blogs to your friends. Guys, At this time everyone is freely available to source code and we are provide a video for step by step game developments. you are learn free and feel free to support us. Guys, if you have any question to me, so feel free to comment us. I will try to answer all the question as long as possible.                                                     Thank's                                                                          ...

Servlet Examples in Java

Question : What is Servlet ? How Servlet Work?

Ans : Servlet is a platform Independent Java Based Server site Web Technology for dynamic contents to the client, It work on the principal of oops Technology. 

It is important to learn how servlet works for understanding the servlet well. Here, we are going to get the internal detail about the first servlet program.
The server checks if the servlet is requested for the first time.
If yes, web container does the following tasks:
  • loads the servlet class.
  • instantiates the servlet class.
  • calls the init method passing the ServletConfig object
  • calls the service method passing request and response objects
elseThe web container calls the destroy method when it needs to remove the servlet such as at time of stopping server or undeploying the project.




If this information is important to you , and you want to , I will continue writing some more details of programming language, so click on the advertising, available on this page. This is motivate me for writing some more blogs.

Comments