posted 17 years ago
package trainingjava;
public class NewClass {
public static void main(
String args[]) {
Test test = new Test();
test.returnSomething(); // <----- I have not written int i = ...
}
}
class Test {
public int returnSomething() {
return 100;
}
}
SCJP in 2000 <br />SCWCD 1.4 in 2005 <br />Preparing for SCBCD 1.3<br />Eyeing SCEA at the same time ;) <br />A BIG fan of Head First Series, why was nothin like this available when I was in school