In this video I show you how to download/install JDK (Latest Version).On windows How to download JDK (Latest Version) on Windows (In Hindi) Watch this video,ans if you likeππ» it then like this video and do subscribe to my channel and hit the bell π icon to get my new video notifications π€.
Variables :- 1) A variable is a value that can be change 2) Variable is a container that holds the values while Java program is executed 3) Their are 3 types of Variables :- Local Variables :- Local variables is declare in inside body of the method. Instance Variables :- Instance variables is declare in inside the class but outside the method Static variables :- A variable that can be declare with Static is called static variables Example :- class A //Class declaration { static int a=10 ; //Static variable void method { int b=20 ; //Instance variable } public static void main(String args []) { int c=30 ; //Local variable } }
Hello, My self Siddhesh . In this page you will learn about Programming, Coding and many more knowledge. Programming language like C, C++, Java and many more languages you learn in this page. And If you like my content, then share it with your other friends, so they learn some more knowledge.