if u havea .class file ,how can u say whether it is servlet
or not ,dont use java decompliler
Answer Posted / mamta
when we open .class file if it contain
javax/servlet/Servlet ,javax/servlet/http/HttpServlet
this shows it is a servlet
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What does the term localization refer to?
What are the functions of an intercepting filter?
What is load-on-startup in servlet?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What do you mean by a filter and how does it work?
What are the ways to handle multi-threading in servlets?
When servlet is loaded?
What is a servlet engine?
What is Request Dispatcher?
Which java framework is most popular?
What's the difference between servlets and applets?
What are the life-cycle methods for a servlet?
What are its drawbacks of cgi?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
Write a program to show the functionality of doget and dopost method?