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 http servlet in java?
What is the difference between using getSession(true) and getSession(false) methods?
When to use doget() and when dopost()?
What do you mean by deployment descriptor?
Difference between java beans & servlets?
What is the use of send redirect () method?
What are the key methods that are involved in processing of http servlets?
What are the features added in Servlet 2.5?
What are the types of Session Tracking ?
What is the use of httpservletrequestwrapper and httpservletresponsewrapper?
What is the difference between 2 types of servlets?
What are the two important api's in for servlets?
Define servlet mapping?
How can we refresh automatically when new data is entered into the database?
Can filter be used as request or response?