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
Can you send an authentication error from a servlet?
What is the directory structure of web application?
Describe in brief RequestDespatcher?
Explain the steps involved in placing a servlet within a package?
What are different ways for servlet authentication?
What is the difference in between the httpservlet and generic servlet?
What are the differences between servlet context vs servlet config?
What do you mean by cgi?
What is the process for chaining servlet?
List out the difference between ServletConfig and ServletContext?
What is the capacity the doget can send to the server?
Is servlet a server side scripting language?
Why is init() method is used in servlets?
How can we refresh automatically when new data is entered into the database?
What is the purpose of requestdispatcher interface?