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

Is servlet a server side scripting language?

0 Answers  


How threads are implemented in servlets?

3 Answers  


Name the servers that can be used to develope and deploy Servlets?

1 Answers  


Which is better approach among four(HttpSession,cookie,URL Rewriting, Hidden Fields) Session Tracking technic's ? Why ?

3 Answers   L&T,


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


How do cookies work in servlets?

0 Answers  


How can you maintain servlet chaining?

1 Answers  


Why are http servlets used in programming?

0 Answers  


How to get the current httpsession object?

0 Answers  


What are the features added in Servlet 2.5?

0 Answers  


What are the different types of servlets?

0 Answers  


How do we call one servlet from another servlet?

0 Answers  


Categories