Types of variable in java || Instance variable || java interview question

Опубликовано: 12 Октябрь 2024
на канале: Code Junction
80
1

#javainterviewquestions
#typesofvariableinjava
#instancevariable

Types of Variables in Java -:

Based on the behaviour and position of declaration all variables are divided into the following 3 types.
Instance variables
Static variables
Local variables