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
How to upload a file to the server using servlet?
What are the ways to handle multi-threading in servlets?
How can you use a servlet to generate a plain text instead of html?
Write a servlet to upload file on server.
What is Servlets and explain the advantages of Servlet life cycle?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
The code in a finally clause will never fail to execute, right?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com
Describe in brief RequestDespatcher?
When should you prefer to use doget() over dopost()?
What do you mean by servlet context?
What are sessions in servlets?
What is ServletContext object?
What is string tokenizer?