PDA

Click to See Complete Forum and Search --> : [RESOLVED] debugging java programs


vb_student
Jun 24th, 2006, 07:18 PM
Hello

I was wondering if debugging java programs were problematic in the sense that if you debug a java program for one platform (say windows) would that sort out all the bugs for other platformss (like various flavours of UNIX)?

ComputerJy
Jun 25th, 2006, 06:50 AM
Java is platform independent, so absolutely yes

System_Error
Jun 25th, 2006, 07:09 AM
Debugging that is guranteed to work: System.out.println()

vb_student
Jun 25th, 2006, 09:41 AM
thanks dudes