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 is the purpose of requestdispatcher interface?
What is the difference between 2 types of servlets?
What are life cycle methods of a servlet?
Explain the jar and war files in servlet?
Explain the servlet context.
What is the difference between get and post methods?
Which httpsession object is used to view and manipulate information about a session?
What are common tasks performed by Servlet Container?
How do you deal property files in servlet?
Which is better jsp or servlet?
What are the types of protocols supported by httpservlet ?
Write the code to get the server information in servlet.
What is http servlet in java?
Why do we have servlet listeners?
What is the difference between sendredirect() and forward() in a servlet?