ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
tip       Ask Questions on ANYTHING, that arise in your Daily Life at     FORUM9.COM
Google
 
Categories  >>  Software  >>  Java J2EE  >>  Java Related  >>  Servlets
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
If we disable cookies in our web page, what will happen?
 Question Submitted By :: Kalareddy
I also faced this Question!!     Rank Answer Posted By  
 
  Re: If we disable cookies in our web page, what will happen?
Answer
# 1
Cookies is used for identify to request.
if we disable the coookies then we cannot identify the 
request
 
Is This Answer Correct ?    2 Yes 4 No
Shailendra Sharma
 
  Re: If we disable cookies in our web page, what will happen?
Answer
# 2
If cookies are disabled in our browser, Session tracking 
gets failed.

To overcome this limitation URL Rewriting concept will be 
used.
 
Is This Answer Correct ?    10 Yes 1 No
Gajendra
 
 
 
  Re: If we disable cookies in our web page, what will happen?
Answer
# 3
to track web pages we can use

1. Cookies
2. URLRewriting
3. storing data in session
4. Using Hidden variable in form
 
Is This Answer Correct ?    1 Yes 1 No
Abc
 
  Re: If we disable cookies in our web page, what will happen?
Answer
# 4
if cookies are disable the session tracking gets failed it 
unable to identifies the clients previous request.

even cookies are disable we can maintain session with 
res.encodeURL("path") method.
 
Is This Answer Correct ?    7 Yes 0 No
Sekhar Babu
 
  Re: If we disable cookies in our web page, what will happen?
Answer
# 5
If we disable the cookies in our webpage then the it cant
identify the clients request.because there will be no
jsessionid  for our request.So it fails to remember our req
on the server .so once again it creates the sessionid for
another req.
 
Is This Answer Correct ?    0 Yes 0 No
Navatha
 

 
 
 
Other Servlets Interview Questions
 
  Question Asked @ Answers
 
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler Polaris2
How to pass a requrest object of one servlet as a request object to another servlet? Verizon3
What are cookies and how will you use them?  1
Can we use servlets in JavaScript?  2
What are the difference between HttpServlet and GenericServlets?  1
what is the advantage of using Servlets over CGI programming?  2
how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply.. Siemens2
What is the role of the webserver?  3
what is SSL?  1
Which method the Servlet container call to create the instance of the servlet? emc29
What is servlet? Siemens11
What is the ServletConfig() and what is its use?  2
Servlet Chaining? How do you do the Filtering in Servlets? HCL4
What are the methods in HttpServlet?  2
What are setSecure() and getSecure() methods in Cookies?  1
How do you create connections for number of users, if you want to improve performance?  1
when you comppile the servlet is it neccesary to restaet the tomcat server? HCL5
What is a parser. What does a parser do with a XML? Why do we need it?  1
Hi Friends, Suppose you have a web appliction which consists of 100 clients are connected with Connection pooling and they are associated with 100 connection objcet and connected with DB sever,Due some problem DB-Server suddenly crashed and server came to down state for a while after few minutes DB-server once again up,Now how will I manage my Pool Management with my 100 clients...can any one tell me?????????????????? ProgressSoft2
What is the use of RequestDispatcher in servlet?  5
 
For more Servlets Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com