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
Is servlet synchronized?
How can we upload the file to the server using servlet?
What is the use of servlet wrapper classes?
What is the use of welcome-file-list?
What do you mean by cgi?
What are the functions of the servlet container?
What is the difference in between the httpservlet and generic servlet?
What’s the use of the servlet wrapper classes??
How will two or three servlets interact or communicate with each other?
How printwriter is different from servletoutputstream?
What is servlet and its life cycle?
What is a java servlet?
Why do we use sendredirect() method?
Can we override destroy method in servlet?
How can you run a servlet program?