Programming Tutorials

Comment on Tutorial - Object Reference Variables in Java By aathishankaran



Comment Added by : Kiranmoy Pradhan

Comment Added at : 2015-08-20 21:55:15

Comment on Tutorial : Object Reference Variables in Java By aathishankaran
It is clear but at the starting code there is a written mistake I thing i.e.-
Test t1 = new test ();

Test t2 = t1;//It is correct but there is (Test t2=t2;//It is wrong.I thing)


View Tutorial