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 / ramesh
Use JAD decompiler tool.Available on on net.Run Jad in dos
window.It will show help lines.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is the life-cycle of servlets?
How do you find out what client machine is making a request to your servlet
How do we share data using 'getservletcontext ()?
What is the importance of init() method in Servlet ?
How is a servlet implemented in code?
List the Different types of servlet?
Explain the difference between get and post method in servlet?
What are the phases of servlet life cycle?
How to get the current httpsession object?
What is difference between server and servlet?
What is the difference between get and post methods?
What is the servletconfig object?
What is the directory structure of a war file?
How httpservlet is different from the genericservlet?
Is java servlet still used?