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
Explain the war file?
What are Servlets?
What are all the protocols supported by httpservlet?
What is getservletcontext?
How native code can be used in a servlet?
Why is Servlet so popular?
Write a servlet to upload file on server.
What is the need of session tracking in web application?
Whether thread can be used in servlets?
Tell the new features added in servletrequest interface i.e. Servlet 2.4
What is servlet interface?
Write the code to get the server information in servlet.
What is the use of request dispatcher interface?
Why is a constructor needed in a servlet even if we use the init method?
Does servlet have main method?