if u havea .class file ,how can u say whether it is servlet
or not ,dont use java decompliler
Answer Posted / mamta
when we open .class file if it contain
javax/servlet/Servlet ,javax/servlet/http/HttpServlet
this shows it is a servlet
Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What if we pass negative value in load-on-startup?
How to rectify errors in java servlet while compilation?
Why do we have servlet listeners?
Tell us something about servletcontext interface.
What are all the protocols supported by httpservlet?
What is context in servlet?
What is the servlet?
What mechanisms are used by a Servlet Container to maintain session information?
How will two or three servlets interact or communicate with each other?
What are the advantages of servlets over traditional cgi?
What is servlet invoker?
What are the features added in Servlet 2.5?
Why servlet is used as controller ? Not JSP? I want complete explation?
How do you get the ip address of the client in servlet?
How native code can be used in a servlet?