Please enable JavaScript.
Coggle requires JavaScript to display documents.
Data Types - Coggle Diagram
Data Types
-
Primitive
-
Non Numeric
Characters
-
Some well known characters and their ASCII code are as follows:
- A-Z : 65 - 90
- a-z : 97 - 122(Respectively)
- 0-9 : 48 - 57
-
-
-
Boolean
-
-
if the condition is satisfied, the result will be true and if not, it will be false
-
-
-
-
Data type in java is a term that specifies memory size and type of values that can be
stored into the memory location.