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...


Is there any need to shutdown the web server, if you want
to modify a servlet?

Answers were Sorted based on User's Feedback



Is there any need to shutdown the web server, if you want to modify a servlet?..

Answer / tulasivani

Yes, its essential to shutdown the web server if we have
made any modification to the servlet.The servlet contains a
text file and a classfile, if a modification is made to the
text file it will not be reflected in the classfile which
is used.Thus, the previous file i.e. before modification
will be stored in the server and it will not reflect the
changes.

Is This Answer Correct ?    1 Yes 0 No

Is there any need to shutdown the web server, if you want to modify a servlet?..

Answer / harsh

yes to make changes reflected in a class file we need to
shutdown the web server

Is This Answer Correct ?    1 Yes 0 No

Is there any need to shutdown the web server, if you want to modify a servlet?..

Answer / devendra

yes, it is essential to shutdown the web server if we have
made any modifications. but we have another alternative way
without if u r using tomcat then it has server.conf server
configuration file just go to that and set the property
something like <Defalutcontext reloaded="true"> just make
it true so that thr is no need to shoutdown server. it will
take changes automatically..

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

What is the procedure for initializing a servlet?

0 Answers  


Which method is called when reference variable is passed in system.net?

0 Answers   HCL,


What is servlet context ?

4 Answers  


How can you use a servlet to generate a plain text instead of html?

0 Answers  


why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.

5 Answers  


Describe some assignments that are executed by servlet container?

0 Answers  


What is the difference between JspWriter and PrintWriter

4 Answers   Artech,


What are advantages of servlets over cgi?

0 Answers  


Can we use javascript in Servlets?

2 Answers   Wipro,


When servlet object is created?

0 Answers  


can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


When jsessionid is created?

0 Answers  


Categories