Friday, June 28, 2019

Data Types in JAVA | Understanding Variables | UNICODE | LIKE SHARE AND SUBSCRIBE |


This video explains about primitive and non primitive data types in java.
It explains all 8 types of data types:
the arithmetic types:

A. The integral types:
1. byte
2. short
3. int
4. long

B. The floating-point types:
5. float
6. double

C. boolean, the type whose values are either true or false

D. char, the character type whose values are 16-bit Unicode characters

It also explains about Local, Global and Static variable type.

No comments:

Post a Comment

ICSE COMPUTER SCIENCE SPECIMEN PAPER | QUESTION 7 | PLEASE DO WATCH THE VIDEO

  import  java.util.*; class icse_specimen_1 {     public static void main(String[] args)     {         Scanner sc1 = new Scanner(System.in)...