Datatypes in Java
Oct 22, 2023 · 2 min read · There are two types : 1) Primitve Datatypes 2) Non-Primitive Datatypes Let's Discuss Primitive ones in this one : 1. Boolean type In this datatype it's all about true and false these are used when you want to see whether the given condition is true o...
Join discussion