answersLogoWhite

0


Best Answer

Bugs are programming errors. Debugging tools are used to find the errors.

There are couple of more tools for debugging a java program :

1) jdb -- jdb stands for java debugger its command line tool which you can use to debug a java program. you need to start JVM with debug options though:

2) Eclipse - full fledged IDE which you can use for both local and remote debugging. I prefer this because its easy to setup and seamless and offer a lot in terms of debugginge.g. stack trace, value of variables, thread suspend and resume, evaluating expression at run time etc.

3) Netbeans - Another great Java IDE and very useful . similar to Eclipse.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are Debugging tools and what are they used for in Java language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the advantage of XML over java?

XML is a data formatting standard. Java is a programming language. They are completely different tools used to solve completely different problems.


What is Java and do you need it if you have Microsoft Office?

Java is a programming language. It is used for developing applications. There is no direct relation between Java and MS Office for us to decide on which one we need. MS Office provides us with tools like spreadsheet, word document etc whereas Java is a programming language.


What are java front end tools?

Tools we used in writing codes that are not visible to the client


Gather and Summarize reasons why Java must be studied and used?

Java is a programming language that has a lot of advantages to learn and use. Firstly, it is easy to learn. Then it has powerful development tools such as eclipse and netbeans. It is free to download. It ensures safety and security of Java applications.


What computer language is used in mobile?

Java


What language is used to write on the internet?

java


In which language pointer concept is not used?

Java


What programming language are java applets written in?

Java applets are written in the Java programming language. Java is considered to be one of the oldest and most commonly used programming languages in the world.


Scanf in java?

There is no scanf in Java. It is one of the keywords used in C Programming language


What are the source code analysis tools for?

There are a lot of source doe analysis tools including NET, Multi-language, ABAP, Opa, Java and ActionScript. Most code analysis tools are used to increase the performance of a programs and for checking the code of a program.


Programming language used for webpage creation?

Java.


What is the Java grammar?

"Java grammar" is the way of writing a program with correct syntax of various commands used in java language.