if u havea .class file ,how can u say whether it is servlet
or not ,dont use java decompliler
Answer Posted / reddy
when we open the .class file
it my contains something like
;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/
HttpServletRespons
where as simple java .class file will not contain this
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How do I know if java is running on linux?
How do we go with database connection and log4j integration in servlet?
What do you mean by request dispatcher in servlet? Also explain its methods.
What’s the difference between sendredirect and forward methods
Explain Action Servlet?
Is dispatcher servlet a singleton?
Can you use javascript in servlets?
how many jsp scripting elements are there and what are those?
Differentiate between the print writer and servlet output stream?
How does Cookies work in Servlets?
What is lazy loading and what is Generic Servlet Class?
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
What are different methods of session management in servlets?
What is the difference between context parameter and context attribute?
How servlets are deployed in java?