What are the different methods involved in generic servlet?
No Answer is Posted For this Question
Be the First to Post Answer
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 ?
How the servlet is loaded?
What is called servlet mapping?
Explain servlet events?
Write all the phases defined in servlet life cycle?
Explain is servlet mapping?
What is the use of java servlet api?
Explain the differences between jsp and servlet.
How can you run a servlet program?
What exception should be thrown when servlet is not properly initialized?
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do