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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are different Authentication options available in Servlets.

573


What do you mean by web applications? Explain web application directory arrangement?

552


What is http servlet?

590


What is the use of welcome-file-list?

580


What are the functions of Servlet container?

617






Why do we need servlet filter?

579


How do you create a cookie using servlet?

588


How can an existing session be invalidated?

673


Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?

557


How do you design microservices?

631


In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify

595


how many jsp scripting elements are there and what are those?

550


What is the need of session tracking in web application?

591


How can the session in servlet can be destroyed?

723


How can we perform any action at the time of deploying the project?

631