GeekInterview.com
  I am new, Sign me up!
 

Servlets Interview Questions


Servlets Interview Questions

Questions: 170
Comments: 725
 Servlets Tags
 Showing Questions 61-70 of 170 Questions
<< Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>
 Sponsored Links

 
 Servlets Interview Questions
Sorting Options :  

If we put some request, intially either doget() or dopost() is getting invoked? why not any servlet life cycle method is not getting invoked?Then why don't we include this doget() and dopost() in the servlet life cycle methods?
Read Answers (7) | Asked by : Roshini

While using cookies, when the browser is shut down. will the data be available at next open of browser. If not available, how to over come that.
Read Answers (5) | Asked by : Srini99

Latest Answer: 1)when  the application is stopped2)when a class is replaced with the new class3)when there is no memory to operate. ...

Latest Answer: When we make a request to the application webcontainer makes the request and response object and creates the servlet instance.After it calls the servlet life cycles methods like init().After completing the intialization it calls the service()method passing ...
Read Answers (4) | Asked by : ram

Latest Answer:  pure servlet means we create any java objets that is implemented from javax.servler.Servlet interface. ...
Read Answers (1) | Asked by : B.Purandhar reddy

Latest Answer: The only way to know for sure is to set a cookie on a response, and see ifit comes back on the following request.  You have absolutely no clue fromlooking just at the current request.  Just as an example, I run Netscape6, configured to warn ...
Read Answers (1) | Asked by : venkat

Latest Answer: hi,Servlet is a webcomponent which is used for the generating dyanamic content.Because most of the web applications are dynamic in nature .In order to generate the dyanmic content we are using the servlets. ...
Read Answers (8) | Asked by : padmakalyani

Latest Answer: Hi,      you are perfectly right in your explanation. but there is a small mistake in your writting. the refresh header is not a part of request header rather it is a header of response.     response.setHeader("Refresh","300; ...

Latest Answer: If u used a constuctor then no probs it's working fine but u cant used servletconfig and u cant passed argument constructor b'coz only first time yr constructor has called and for other request directlly service method called  so we cant able to ...
Read Answers (4) | Asked by : javadeep

Hi Guys, Can we write destroy() method in the init() method of a Servelt. if we can, what will happen? if we cant , why we cant?with regards, santh
Read Answers (8) | Asked by : santh kumar

View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Sponsored Links

 
Ask Question
You must login to Ask Question or Register your free account

Category:

 
Question Title:


Question in Detail:

Add this to my Subscribed Questions (?)
Send me email when new answer is posted (?)

 
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape