Answer Posted / gyana
If you want to debug java code, first you have to know at
what platform you use to write the java codes.
If you are using Textpad for writing java code ,then you
have to first save this file as "filename.java".Where the
file name should be same as the class which contain the
main method .Then go to command promot and type javac
filename.java to compile the programme.then if there is no
error then type java filename.In other way you just press
ctrl+1 to compile and ctrl+2 to debug.
Then if you are working on the netbeen
(Java software) then you have to only press F5 to debug the
project.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the longest unicode character?
Convert Binary tree to linked list.
What is an accessor?
Differece between class and generic class?
What does method mean?
What are the data types supported by java? What is autoboxing and unboxing?
What is overriding in java?
What methods are used in Servlet?Applet communication?
Explain about automatic type conversion in java?
Can I declare class as static or private?
What is treemap in java?
What is contractor means and methods?
How much is a java license?
EDS (Electronic Data Systems India Pvt Ltd) at Chennai on 16-12-2006.
What is a control variable example?