Styrow.dev
Question 80 of 247
Java Topic: General medium

What is a Instance Variable

Question

What is a Instance Variable

Answer

Instance variables are variables within a class but outside any method. These variables are instantiated when the class is loaded.