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 ?
Answer Posted / jitendra
yes correct.And the answer should also include that because
servlet has some methods that are inherited from super class
like...init,destroy and many more that are used to handle
the request.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain jsessionid and when is it created?
What is the difference between forward () and sendredirect () functions in servlet? Explain
What are different Authentication options available in Servlets.
request parameter how to find whether a parameter exists in the request object?
What is MIME Type?
What is the type of method for sending request from http server?
What is the difference between the http servlet and generic servlet?
What is url encoding and url decoding
What is the purpose of dispatcherservlet properties?
Write a program to show the functionality of doget and dopost method?
How will you pass values from HTML page to the servlet?
Which method is called when reference variable is passed in system.net?
Which is the methods of generated servlet?
What are the different mode that servlets can be used?
What do you mean by servlet?