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


what debugging tool that can be used to debug the java programs?



what debugging tool that can be used to debug the java programs?..

Answer / uday chow

Through JPDA(Java Platform Debugger Architecture) we can debug
a java program.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Java J2EE AllOther Interview Questions

what is the difference between banking and insurance domain?

2 Answers  


What is a constructor?

4 Answers  


How many controlers are there in spring? Plz send me ans

1 Answers   HCL,


How do you create UserTransaction Object? How do you rollback a transaction in a method?

1 Answers   HCL,


what are callback methods?

3 Answers   iFlex,


what is the difference between through and throws?

2 Answers   HCL,


Hi frnds how to lock an user when he enter wrong credentials more than 3 time using java or j2ee tech take username and password in a bean no need to connect DB and validate give me some sample application code or links its urgent for me thanks in advance

0 Answers   NSN,


waht are architecture of web application?

2 Answers  


What is the use of log4j and how to make use of that in a application?

2 Answers  


what is difference between business deligate and session facade ?

2 Answers   Fidelity,


what is the IDE that you have used to write your java programs?

2 Answers   Inforica, Interface Software,


How to call the m1() method of Base class in below snippet ? class Base { public void m1() { System.out.println("Base m1 "); } public void m2() { System.out.println("Base m1 "); } } ====================== class Derived extends Base { public void m1() { System.out.println("Derived m1"); } public void m3() { System.out.println("Derived m3"); } public static void main(String[] args) { Base ob=new Derived(); ob.m1(); //System.out.println("Hello World!"+ob.m1()); } }

6 Answers   Cap Gemini, TCS,


Categories