Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How we can get ip address of client in servlet?

1031


When a servlet accepts a call from a client, it receives two objects. What are they?

1305


How can the referrer and the target urls be used in servlet?

1061


What is called servlet mapping?

1154


Why session tracking is needed?

1089


What are the advantages of cookies?

1177


Explain how to improve Servlet Performance?

1200


How do you create a cookie using servlet?

1226


Describe some assignments that are executed by servlet container?

1126


What is meant by servlet? What are the parameters of the service method?

1094


What do you mean by the servlet chaining?

1147


Explain the difference between generic servlet and http servlet?

1039


Explain the difference between servlet and cgi?

1216


Explain url encoding in servlet?

1105


Write a hello world program using servlets.

1124