I have got two errors.
Chapter3.java:74: cannot resolve symbol
symbol : method method (java.lang.String)
location: class
Test test.method("0");
^
Chapter3.java:81: cannot resolve symbol
symbol : variable str
location: class Test
System.out.println(t.str);
1)i have no idea why this line1 is not compiling .
please help me to correct the preceding errors?
2)what is the result of this program.i thought,this would print 0,0,0.Any ideas?