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

Explain the servlet filter.

929


What is a deployment descriptor?

1047


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

968


How to rectify errors in java servlet while compilation?

890


How do we share data using 'getservletcontext ()?

976


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

1041


What are the uses of servlets?

1073


What are the uses of servlet

1090


Is servlet thread safe?

933


What are the types of servlets? Explain

1196


Why do we need servlet filter?

1005


What is servlet in web technology?

987


What is cgi and what are its drawbacks?

981


Write a servlet to upload file on server.

1035


Define the lifecycle for executing a jsp page.

1036