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
What are the various ways of session supervision in servlets?
What's the architecture of a servlet package?
When a servlet accepts a call from a client, it receives two objects. What are they?
What do you mean by request dispatcher in servlet?
What is the functionality of actionservlet and requestprocessor?
How forward () method is different from send redirect () method?
What is meant by a servlet?
Why the container loads server at the application startup and how?
How is the get () method different from the post() method?
What is meant by cookies?
What is servlet and list its types?
How we can get ip address of client in servlet?
What is httpservlet class?
Whats the advantages using servlets over using CGI?
What is the servletconfig object?