Why doesn’t a servlet include main()? How does it work?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
If some new data has entered the database, explain how can a servlet refresh automatically?
What is the procedure of invoking different servlet in a different application?
Can you create a deadlock condition on a servlet?
Explain web application directory arrangement?
How do we call one servlet from another servlet?
What is a servlet?
Explain the custom jsp tags and the beans.
can v create a constructor 4 servlet?
What is DSN and System DSN and what is the difference between them?
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??????????????????
What is api in servlet?