Page 1 of 1

About Question com.enthuware.ets.scjp.v6.2.293 :

Posted: Sat Mar 23, 2013 5:49 am
by Amol Khopkar
what is difference between static{} and only{}

Re: About Question com.enthuware.ets.scjp.v6.2.293 :

Posted: Sat Mar 23, 2013 6:47 am
by admin
One is static initializer and one is instance initializer. Please see this: http://stackoverflow.com/questions/1255 ... ck-in-java