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 are the types of an http request?
What are the different ways we can maintain state between requests?
What is the servlet?
How can we achieve transport layer security for our web application?
What are the exceptions thrown by servlets? Why?
What is servlet and list its types?
What is the directory structure of web application?
List the Different types of servlet?
Which event is fired at the time of setting, getting or removing attribute from application scope?
Why don't we write a constructor in a servlet?
What is preinitialization of a servlet?
Which application server is best for java?
What is the life cycle of a servlet?
Explain the differences between jsp and servlet.
What are the common methods that are included in the http servlet class?