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 / ravikiran.chd
use java decompiler and find out which source belongs to
which class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by cgi in servlet?
Difference between httpservlet and generic servlets?
What is the inter-servlet communication?
What is servlet in tomcat?
What is the difference between CGI and Servlet?
Differentiate between get and post?
Which HTTP method is non-idempotent?
What are life cycle methods of a servlet?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
What is the difference between servlet and jsp?
How do you load an image in a Servlet?
Explain web container.
Explain Action Servlet?
How do we call one servlet from another servlet?
Why is httpservlet declared abstract?