Thursday, December 8, 2011

Java Crazy: Statics Example

Java Crazy: Statics Example: class Test{ static int i=10; int j=20; public static void main(String[] args){ Test t1=new Test(); Test t2=new Test(); t2.i...

No comments:

Post a Comment