Data Types & Variables | Java Tutorials | Part-1 |Coding For Beginners | Code Bode

preview_player
Показать описание
#variables&datatypes #basicsofJava #withexamples

Hey Guys,
This video is about data types and variables.
So variables are the something that store values and whose value can change throughout the code
Datatypes define the type of data that the variable holds.
there are 8 primitive data types in java which are building blocks of java language
byte, short, int, long, float, double, boolean, char

class Hello {
public static void main(String[] args) {
// Variable - varies throughout the program
int number= 10;

}

}

Рекомендации по теме
Комментарии
Автор

Good content. I hope This channel makes it Big one day! Also keep It up You.

worldofbigdata