Primitive Data Types:
Primitive data types are the basic data types available in Java. They are given below
Types - Declaration
int a =1;
float a =1.111111;
long a= 123333;
double a = 1234.123456789123;
Primitive data types are the basic data types available in Java. They are given below
Types - Declaration
int a =1;
float a =1.111111;
long a= 123333;
double a = 1234.123456789123;
No comments:
Post a Comment