Page 1 of 1

About Question enthuware.ocpjp.i.v11.2.1239 :

Posted: Thu Jul 09, 2020 11:38 pm
by dimitrilc
Hello, I just wanted to clarify. Did you mean int instead of Integer in the statement below?

Code: Select all

2. Integer 0 or 1, 2 etc. is not same as char '0', '1' or '2' etc.

Re: About Question enthuware.ocpjp.i.v11.2.1239 :

Posted: Fri Jul 10, 2020 12:54 am
by admin
int and Integer both are different from char.