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
What is servlet in web technology?
Define the lifecycle for executing a jsp page.
How to generate the server side programming and the advantages of it over the other languages?
What are the different methods involved in generic servlet?
Define declaration.
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
Write all the phases defined in servlet life cycle?
Name the packages that work with servlet?
If some new data has entered the database, explain how can a servlet refresh automatically?
What are the uses of servlet
What are the objects involved when a servlet receives a call from client?
How do you design microservices?
What's the advantages using servlets than using cgi?
What is a servlet-to-servlet communcation?
What is the advantage of Servlets when compared with other server side technologies?