if u havea .class file ,how can u say whether it is servlet
or not ,dont use java decompliler
Answer Posted / kunal
Just Use Reflection to get its SuperClass. If this super
class is Any of Servlet class like HttpServlet or
GenericServlet then this class is a servlet...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Why servlet is faster than jsp?
What are all the protocols supported by httpservlet?
Can you refresh servlet in client and server-side automatically?
Name the different ways of session tracking.
Can we use threads in Servlets?
What is a servlet?
What does the term localization refer to?
Explain the methods of request dispatcher in servlet?
What is the difference between CGI and Servlet?
What is the use of servlet wrapper classes?
How do you find out what client machine is making a request to your servlet
What are the different types of servlets?
What is the difference between Difference between doGet() and doPost()?
Explain the difference between servletconfig and servletcontext in servlet?
What is the web server used for running the Servlets?