Does starting with an upper case means a different class or is the same? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 1

Does starting with an upper case means a different class or is the same?

I'm asking because it says "Boolean", but in the code is "boolean"

18th Dec 2019, 3:39 PM
MrDim1800
MrDim1800 - avatar
1 ответ
+ 4
Primite types are boolean, int, char etc There's also wrapper classes which are basically classes that help you use methods on primitive types For example, Integer wrapper class has a parseInt(); method https://www.sololearn.com/learn/432/?ref=app
18th Dec 2019, 3:45 PM
HNNX 🐿
HNNX 🐿 - avatar