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 are the different ways we can maintain state between requests?
Can you refresh servlet in client and server-side automatically?
What is a web application and what is it’s directory structure?
What are the key methods that are involved in processing of http servlets?
What do you mean by session tracking and also explain its techniques?
What do you mean by web applications?
How do you create a cookie using servlet?
What is servlet used for?
Differentiate between get and post?
Explain the architechure of a servlet?
What is a servlet context?
What is the directory structure of a war file?
What is url encoding and url decoding
How to make sure a servlet is loaded at the application startup?
How to get the current httpsession object?