Tim C. answered 06/26/17
Tutor
5.0
(305)
Experienced and Effective Specialist in Praxis Math and GED Math
these are stored differently in memory in the Java programming language.
1 is an integer, stored as int
1.0 is an decimal, stored as double or float
'1' is a character, stored as char
"1" is a string, stored as a string