Contact Us || Privacy Policy || About Us |
|
Data Types in Java
There are Two types of Data Type that is.
![]()
1) Primitive Data TypesJava Primitive Data Types include Integer, Character, Boolean, and Floating Point e.t.c. Integer Primitive Data TypesInteger Data Types can hold whole numbers such as 123 and -96. Floating PointFloating point data types are used to represent numbers with a fractional Part. CharacterIt can hold only a single character because char stores unicode character sets
Next TopicJava Operators
|