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
Can servlet have a constructor ?
Difference between get and post in java servlets?
What is servlet name in web xml?
When Servlet is unloaded?
What if we pass negative value in load-on-startup?
What is the purpose of requestdispatcher interface?
Explain the lifecycle of a servlet?
What is called a session?
What exactly is a servlet?
Why is init() method is used in servlets?
How can we refresh automatically when new data is entered into the database?
Name the packages that work with servlet?
Differentiate between get and post?
What is the GenericServlet class?
Write a servlet to upload file on server.