Answer Posted / srinivaskumar
static and local variable are stored in stack memory,
in case of final variable it is dependent, if final variable is instance it stored in heap, if static it is stored in stack.....
Is This Answer Correct ? | 3 Yes | 15 No |
Post New Answer View All Answers
what is the final keyword denotes in java?
Does list maintain insertion order java?
What is a void in java?
Is a copy constructor?
What is nextline method in java?
What is the abstraction?
How to change value in arraylist java?
Is java an ide?
What is the length of a string?
Why wait and notify methods are declared in object class?
How do I convert a string to an int in java?
What is a default method?
What is the order of arraylist in java?
Explain about exception propagation?
What is difference overloading and overriding?