Back to Browse

Variables in Java | Java Programming in Marathi

2.0K views
Aug 25, 2020
18:39

नमस्कार मित्रांनो आपले स्वागत आहे Ace Regional या चैनल वर | आपण या विडिओ मध्ये Variables आणि त्यांचे Types समजून घेउ | What is variable ? A variable is any characteristics, number, or quantity that can be measured or counted. It is used to store data or acts as a placeholder in computer's memory location. Types of variables: 1) Local Variables : These are defined under one single method. They can be accessed from anywhere but within the method itself. 2) Instance Variables : These are also called as class variables. They are defined under class and can be accessed from anywhere but within the class itself. 3) Static Variables : When a value in variable does not changes , we declare that variable as static. They are also called as global variables and can be accessed from outside the class and methods. #javaprogramminginmarathi #javainmarathi #variablesinjava

Download

0 formats

No download links available.

Variables in Java | Java Programming in Marathi | NatokHD