Click to See Complete Forum and Search --> : Just testing


Goodz13
May 21st, 2003, 12:07 AM
Testing

String st;
try {
st = "This will throw an Exception because I said so";
throw new Exception(st);
} catch (Exception e) {
System.out.println(e.getMessage());
System.out.println("I told you so!");
} finally {
st = null;
}

Wfranc
May 21st, 2003, 01:03 AM
Just also come and test my message which is also what I wrote in post Subject...see it...?
It works fine :D

Wfranc
May 21st, 2003, 01:06 AM
That kind of program really sux...shouldnot download it ....:)

Goodz13
May 21st, 2003, 10:07 AM
What are you talking about?

Wfranc
May 22nd, 2003, 10:35 AM
I am talking about what you were doing and are going to do ?:)