Interview Questions  

Go Back   Interview Questions > Interview Questions & Answers > Information Technology > Java > Servlets

Servlets Servlets Interview Questions, Learn by sharing Servlets Interview Questions asked in various companies, Get Career advices, Interview Procedures from Servlets experts, Post asked Servlets Interview Questions and Answers.

   

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 03-28-2008, 05:28 PM
Senior Member
 
Join Date: Mar 2008
Posts: 4,634
Default How do we invoke a Servelt

How do we invoke a Servelt? What is the difference in between
Reply With Quote
  #2 (permalink)  
Old 06-26-2008, 01:04 PM
Junior Member
 
Join Date: Jun 2008
Location: pune
Posts: 5
Default

we are not able to invoke a servlet, on the client request it is invoked by the container,
servlet is a server side component which is handle by the container
Reply With Quote
  #3 (permalink)  
Old 06-30-2008, 02:47 PM
Junior Member
 
Join Date: Jun 2008
Posts: 1
Default

what is servlet?
Reply With Quote
  #4 (permalink)  
Old 07-07-2008, 08:46 AM
Junior Member
 
Join Date: Jun 2008
Posts: 4
Smile

servlet is a single instance multiple threads technology so that for every request given by a client creates thread representing servlet instance
Reply With Quote
Reply

Tags
interview questinons, servlets

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On