Does java contain auto or register keywords?
(a) Yes, for declaring every type of variable
(b) Yes, only to declare cache registers
(c) No, because java doesn’t support automatic variables
(d) No, java supports local variable concept
I have been asked this question in homework.
My query is from Automatic Variable in chapter Memory Allocation & Scope of Variable of Object Oriented Programming