Instance variables are created when an object is created with use of keyword "new" - Core Java
Q. Which variables are created when an object is created with the use of the keyword 'new' and destroyed when the object is destroyed?- Published on 20 Jul 15a. Local variables
b. Instance variables
c. Class Variables
d. Static variables
ANSWER: Instance variables