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 difference between the HTTP Servlet and Generic Servlet? Explain about their methods and parameters?
What are the steps involved in placing a servlet within a package?
Write a command to get actual path of a servlet to the server?
How native code can be used in a servlet?
How do I know if java is running on linux?
Differentiate between get and post?
Are Servlets Thread Safe? How to achieve thread safety in servlets?
Which event is fired at the time of session creation and destroy?
What do you mean by deployment descriptor?
What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?
When using servlets to build the HTML, you build a DOCTYPE line, why do you do that?
Can you call a jsp from the servlet?
How can we implement a jsp page?
Which method of the httpservletrequest object is used?
What do you mean by cgi in servlet?