際際滷

際際滷Share a Scribd company logo
Learn About Data Types:
6
Learn More
About Data
Types:
In Java, data types determine the value of a
variable and the type of operations that can be
applied to those variables.
Learn About Data Types
In the Java programming language, there are two
classifications;
Primitive Data: Such datas are built into the Java
language and they possess keywords. There are 8
primitive types of data, including, double, long, int,
byte, char, boolean and float.
Object Data: These datas are also built into the
Java language but the programmer has the control to
create his own classes here.
Learn About Data Types

More Related Content

Learn About Data Types

  • 1. Learn About Data Types: 6
  • 2. Learn More About Data Types: In Java, data types determine the value of a variable and the type of operations that can be applied to those variables.
  • 4. In the Java programming language, there are two classifications; Primitive Data: Such datas are built into the Java language and they possess keywords. There are 8 primitive types of data, including, double, long, int, byte, char, boolean and float. Object Data: These datas are also built into the Java language but the programmer has the control to create his own classes here.