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
Using java decompiler tool???May be that is an answer.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What do you mean by deployment descriptor?
Who is responsible for writing a constructor?
What is webservlet?
How can we refresh automatically when new data is entered into the database?
What is the use of httpservletresponsewrapper?
When jsessionid is created?
What do you mean by a filter and how does it work?
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?
How would you create deadlock on your servlet?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
What are the exceptions thrown by servlets? Why?
Why doesn’t a servlet include main()?
What is the difference between genericservlet and httpservlet
What mechanisms are used by a Servlet Container to maintain session information?
Can we use threads in Servlets?