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
What is the default http method in the servlet?
List some life cycle methods of a servlet.
What is the use of request dispatcher interface?
What is meant by a web application
Explain the concept of ssi ?
What is setattribute in servlet?
What is the use of send redirect () method?
What do you mean by default initialization in java servlet?
What are the different methods involved in generic servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
How do you define a servlet?
What is Request Dispatcher?
What is the difference between Difference between doGet() and doPost()?
What’s the difference between sendredirect and forward methods
How can we invoke another servlet in a different application?