#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;
System.out.println("The number is : " + number);
System.out.println("Addition of the number to itself is : " + (number+number) );
System.out.println("Substraction of the number to itself is : " + (number-number) );
System.out.println("Multiplication of the number to itself is : " + (number*number) );
System.out.println("Division of the number to itself is : " + (number/number) );
}
}
What Is An IDE?? - • What Is An IDE? | Examples And Benefi...
How To Install JDK || How to Run Java Code on Notepad and CMD - • How To Install JDK | Run Java Code o...
How to Download and Install Eclipse | Eclipse tutorial - Part 1 - • How to Download and Install Eclipse |...
How To Code In Java || Eclipse IDE || Part - 2 - • How To Write First Code In Eclipse | ...
What Is Debugging|| Debugging Basics|| Coding For Beginners|| Code Bode - • What Is Debugging | Debugging Basics ...
Understanding The First Code In Java Code || Coding For Beginners || Code Bode - • Understanding The First Java Code In ...
How To Debug Java Code On Eclipse | Java Tutorial Part - 5| Coding For Beginners | Code Bode - • How To Debug Java Code On Eclipse | D...
Eclipse Shortcuts You must Know | Eclipse Tutorials | Part - 1 | Code Bode - • Basic Eclipse Shortcuts You must Know...
Eclipse Shortcuts You must Know | Eclipse Tutorials | Part - 2 | Code Bode - • Basic Eclipse Shortcuts You must Know...
Eclipse Shortcuts You must Know | Eclipse Tutorials | Part - 3 | Code Bode - • Eclipse Navigation Shortcuts You must...
What is Java | Java basics | Coding For Beginners | Code Bode - • What is Java and OOP | Java Tutorial...
Java Features and Advantages | Java Basics | Coding For Beginners | Code Bode - • Java Features and Advantages | Java T...
First Code In Java | Java Tutorials | Part 3 | Coding For Beginners | Code Bode - • Hello World in Java | How to write fi...
Understanding JDK | Java Tutorial | Part -5 | Coding For Beginners | Code Bode - • What is JDK| Why do we need JDK? | J...
Understanding JDK | Java Tutorial | Part -6 | Coding For Beginners | Code Bode - • What is JRE | JDK vs JRE| Java Tutori...
Understanding First Java Code | Java Tutorials | Coding For Beginners | Code Bode - • Understanding First Java Code | Java ...
What Is JVM? | How JVM Works? | JVM Architecture | Java Basics | Coding For Beginners | Code Bode - • What Is JVM? | JVM Working Explained ...
What is JVM? | JVM Architecture | How JVM Works | Coding ForBeginners | Code Bode - • What is JVM? | JVM Architecture | How...
Data Types & Variables | Java Tutorials | Part-1 |Coding For Beginners | Code Bode - • Data Types & Variables | Java Tutoria...
Follow Us on Instagram : code.bode
For Enquiries Mail Us At : codebode@gmail.com
En esta página del sitio puede ver el video en línea Data Types & Variables | Java Tutorials | Part-1 |Coding For Beginners | Code Bode de Duración hora minuto segunda en buena calidad , que subió el usuario CodeBode 25 abril 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 262 veces y le gustó 7 a los espectadores. Disfruta viendo!