Explain the difference between a web server and a web container?
No Answer is Posted For this Question
Be the First to Post Answer
How do you run a servlet?
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??????????????????
How to rectify errors in java servlet while compilation?
Can a servlet be called by passing its name as a parameter in the URL?
Can we use the constructor, instead of init(), to initialize servlet?
when the jsp page is translated to servlet?
What is servlet and its types?
Explain the difference between GET and POST methods?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
can i call init() method in destroy() method of servlset. ?
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
How to commuincate between an applet and a servlet?