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
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
Is tomcat a servlet container?
What is a web application and what is it’s directory structure?
What is session tracking?
What is servlet and how it works?
Can we override servlet service method?
Difference between GET and POST?
What are the steps that are required to handle the multi-threading?
Explain the servlet context.
Name the packages that work with servlet?
What are the functions of the servlet container?
What is servlet collaboration?
What are the functions of Servlet container?
What is java servlet?
If servlet receives multiple requests, how many objects will it create?