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 ?

Answers were Sorted based on User's Feedback



i have class files in class folder. but i have no java files. but i want to modify the java files w..

Answer / geetha

Javassist (Java programming assistant) is a load-time
reflective system for Java. It is a class library for
editing bytecodes in Java; it enables Java programs to
define a new class at runtime and to modify a class file
before the JVM loads it. Unlike other similar systems,
Javassist provides source-level abstraction; programmers
can modify a class file without detailed knowledge of the
Java bytecode. They do not have to even write an inserted
bytecode sequence; Javassist instead can compile a fragment
of source text on line (for example, just a single
statement). This ease of use is a unique feature of
Javassit against other tools.

Is This Answer Correct ?    5 Yes 0 No

i have class files in class folder. but i have no java files. but i want to modify the java files w..

Answer / 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

i have class files in class folder. but i have no java files. but i want to modify the java files w..

Answer / guest

Using java decompiler tool???May be that is an answer.

Is This Answer Correct ?    3 Yes 1 No

i have class files in class folder. but i have no java files. but i want to modify the java files w..

Answer / guest

we can use the gel tool where we can modify class file

Is This Answer Correct ?    0 Yes 0 No

i have class files in class folder. but i have no java files. but i want to modify the java files w..

Answer / 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

More Servlets Interview Questions

What are the kinds of http requests?

0 Answers  


How can I share objects across different sessions?

2 Answers   Accenture,


Are Servlets by default thread safe or not? thanks in advance regards Sudhakar

3 Answers  


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


Define servlet mapping?

0 Answers  


How do we call one servlet from another servlet?

0 Answers  


Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?

5 Answers   TCS,


What is the role of the webserver?

4 Answers  


Difference between java beans & servlets?

0 Answers  


What is session?

0 Answers  


Why don't we write a constructor in a servlet?

0 Answers  


What is Servlet Context?

5 Answers  


Categories