What are advantages of servlets over cgi?
No Answer is Posted For this Question
Be the First to Post Answer
My Question is that i am using <image> tag in my servlet and after compilation after that calling by url in my browser then images are not showing. Sometime images are showing and sometime is not showing. I am using Tomcat to run my servlets. Tell me if there any specification for image in servlets or what is solution for this ??
What is the difference between jsp and servlet life cycle?
Explain the difference between generic servlet and http servlet?
Is servlet a controller?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
What is life cycle of Servlet?
What do you mean by chaining in servlet?
What do you mean by request dispatcher in servlet?
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
What are Servlets?
Is there any need to shutdown the web server, if you want to modify a servlet?
When servlet object is created?