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 / victor
no
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
why we should override only no-agrs init() method.
Can we override servlet service method?
Can servlet have a constructor ?
What do you mean by httpservlet?
How to upload a file to the server using servlet?
Why session tracking is needed?
What is the disadvantage of cookies?
What is servlet lazy loading?
What are the supporting protocol by HttpServlet ?
What is the use of welcome-file-list?
What exception should be thrown when servlet is not properly initialized?
What are all the ways for session tracking?
How native code can be used in a servlet?
Can we override destroy method in servlet?
When servlet is loaded?