i have class files in class folder. but i have no java files.
but i want to modify the java files which are related to
class files . how ?
Answer Posted / guest
we can use the gel tool where we can modify class file
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is generic servlet class?
Explain the lifecycle of a servlet?
How httpservlet is different from the genericservlet?
How can the referrer and the target urls be used in servlet?
Can servlet have a constructor ?
Difference between httpservlet and generic servlets?
Can we fetch the attributes related to a servlet on a different servlet?
List out difference between a JavaBean from a Servlet?
What is ServletContext object?
Explain in brief the directory structure of a web application?
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?
What is a deployment descriptor?
What are the features added in Servlet 2.5?
What are the kinds of http requests?
What are the uses of servlets?