Write a Program to display the default value of all primitive data types in java.


all primitive data types in java.



1. byte

2. short

3. int

4. long

5. double

6. char

7. boolean

 

 

Source code :

 

 

Output :