| Other Servlets Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is the advantage of using Servlets over CGI programming? | | 2 |
| How ThreadSafe page attribute will be working in Servlet as
well as in JSP?Automatically ThresdSafe is true in JSP so
service method will be destroy in each and every request or
not?so how thresd will handle srevice method? | AZTEC | 1 |
| What happens, when client requests for server object, which
is not yet loaded into the memory? | | 1 |
| when the webcontainer creates ServeletConfig,ServletContext
objects? befoure creating the Servlet object or not? | TCS | 3 |
| What are setComment and getComment methods in Cookies? | | 2 |
| How variables can be accessed across the sessions? | | 3 |
| which type of data passing is used in realtime? | | 1 |
| can i call init() method in destroy() method of servlset. ? | IBM | 2 |
| What type of protocols are used in HttpServlet? | | 1 |
| what are the way a client can be tracked? | IBM | 1 |
| How to run a servlet program? | Infosys | 3 |
| What is use of parseQueryString? | | 1 |
| How can a servlet refresh automatically if some new data
has entered the database? | IBM | 2 |
| What is servlet? | Siemens | 13 |
| What is forward() and include() of servlets
RequestDispatcher interface? | | 5 |
| Why should we go for interservlet communication? | | 2 |
| How to maintain security in servlets? | | 2 |
| 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?????????????????? | ProgressSoft | 3 |
| How to pass a requrest object of one servlet as a request
object to another servlet? | Verizon | 3 |
| how the server will know its the same jsp page?
| HCL | 1 |
| |
| For more Servlets Interview Questions Click Here |