Does Java Contain Auto Or Register Keywords #1286
Does java contain auto or register keywords?
This multiple choice question (MCQ) is related to the book/course
gs gs111 OOP Object Oriented Programming Java.
It can also be found in
gs gs111 Memory Allocation & Scope of Variable - OOPs MCQ: Automatic Variable - Quiz No.2.
Does java contain auto or register keywords?
Yes, for declaring every type of variable
Yes, only to declare cache registers
No, because java doesn’t support automatic variables
No, java supports local variable concept