RFT

how to avoid ArrayIndexOutofBound exception in Rational Funational Tester
[80 byte] By [R.D] at [2007-11-26 12:16:19]
# 1
By writing less buggy code?
CeciNEstPasUnProgrammeur at 2007-7-7 14:52:12 > top of Java-index,Archived Forums,Socket Programming...
# 2

public static void main(String[] sgra) {

try{

// stuff here

} catch (Exception e) {}

}

CeciNEstPasUnProgrammeur at 2007-7-7 14:52:12 > top of Java-index,Archived Forums,Socket Programming...