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 are the phases of a servlet life cycle?
Why is init() method is used in servlets?
Explain their methods? Tell me their parameter names also have you used threads in servlet?
What are the steps that are required to handle the multi-threading?
What is the effective way to make sure all the servlets are accessible only when user has a valid session?
What is servlet mapping?
What are the functions of an intercepting filter?
Servlet is pure java object or not?
What is the difference between using getSession(true) and getSession(false) methods?
What is the process to implement doget and dopost methods?
Tell us something about servletcontext interface.
What is the difference between servlet and jsp?
What is the difference between forward () and sendredirect () functions in servlet? Explain
Why is http protocol called as a stateless protocol?
Explain how does JSP handle run-time exceptions?