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)?
Printable View
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)?
Java is platform independent, so absolutely yes
Debugging that is guranteed to work: System.out.println()
thanks dudes