Page 1 of 1

About Question enthuware.oce-ejbd.v6.2.371 :

Posted: Tue Apr 19, 2011 4:33 am
by ETS User
Typo in :

System.out.println("CountryCodeBean inited.");

should be

System.out.println("CountryCodeBean initiated.");

Re: About Question enthuware.oce-ejbd.v6.2.371 :

Posted: Tue Apr 19, 2011 5:37 am
by admin
I think "inited" is actually a common abbreviation for "initialized", which is what the author intended. This is similar to init() method, which is quite common and is short for initialize().

Re: About Question enthuware.oce-ejbd.v6.2.371 :

Posted: Tue Apr 19, 2011 6:05 am
by Guest
Ok then, my bad :-)

Re: About Question enthuware.oce-ejbd.v6.2.371 :

Posted: Sat Jul 02, 2011 8:59 am
by vhalitsyn
"The relevent code is as follows:"
type in relevent = should've been relevant.