ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

Java : Programming Concept Questions & Answers



Question : Which variables are created when an object is created with the use of the keyword 'new' and destroyed when the object is destroyed?


A.
Local variables
B.
Instance variables
C.
Class Variables
D.
Static variables

Answer / Explanation

Correct Answer is : Option B.


More Questions on Java Programming