Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


can servlet have instance variables?

Answers were Sorted based on User's Feedback



can servlet have instance variables?..

Answer / rajashree

The servlet you write can be used simulataneously by many
users at the same time and each user of the servlet has a
thread. Consider the user and the session one and the same.

Avoid instance variables. An instance variable is any
object owned by a a class. There will be only one of these
per class - not one per user. In general, you can not have
a user modify an instance variable because other users are
also using the same variable.

Is This Answer Correct ?    35 Yes 5 No

can servlet have instance variables?..

Answer / unknown

Dear Soori and Shekhar ot post ur name here u answer YES if
u not know the right logic then why u post ur answers nways
thanks to Rajashree for the right answer

Is This Answer Correct ?    11 Yes 4 No

can servlet have instance variables?..

Answer / neeraj

Ravikiran.chd

If we implement single thread model then how servlet will
handle multiple request at a time??

So its better to avoid the use of instance variable.

Is This Answer Correct ?    3 Yes 0 No

can servlet have instance variables?..

Answer / debapriya maity

Yeah we surely can provide instance variable,but ur servlet
implements MultithreadModel,its is not the right
approach,better use local varibles ,using SingleThreadModel
approach cause perfomance degradation

Is This Answer Correct ?    3 Yes 1 No

can servlet have instance variables?..

Answer / ramana

it is not recomended to use instance variables in servlet...if necessary use static variables..

Is This Answer Correct ?    2 Yes 0 No

can servlet have instance variables?..

Answer / ravikiran.chd

yes and we can make them thread safe by implementing
SingleThreadModel

Is This Answer Correct ?    2 Yes 2 No

can servlet have instance variables?..

Answer / shekhar

yes

Is This Answer Correct ?    3 Yes 8 No

can servlet have instance variables?..

Answer / soori

yes

Is This Answer Correct ?    5 Yes 12 No

Post New Answer

More Servlets Interview Questions

How servlet is created?

0 Answers  


What mechanisms are used by a Servlet Container to maintain session information?

0 Answers  


Difference between doget and dopost?

0 Answers  


why are using HttpServlet in realtime projects and why are not using Genericservlet

2 Answers  


What is the life cycle of a servlet?

1 Answers  


Can you create a deadlock condition on a servlet?

0 Answers  


What is the process to implement doget and dopost methods?

0 Answers  


Is servlet a server side scripting language?

0 Answers  


Which method of the httpservletrequest object is used?

0 Answers  


How can a servlet be used to generate plain text instead of html?

0 Answers  


What are advantages of servlets over cgi?

0 Answers  


if we know the any consultancies, it will place in company work through consultancy(contract base). please help me I'm 2008 pass out java candidate...

1 Answers  


Categories