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
Difference between comparator and comparable in java?
What is collection sort in java?
What is package protected in java?
What is gui programming?
What is the basic concepts of OOPS?
Can we override the static method?
How would you convert bytes to string?
Why is boolean important?
What do you meant by active and passive objects?
How many bytes is a string in java?
What is core java used for?
What is hashset in java?
Can a lock be acquired on a class in java programming?
What is java’s garbage collected heap?
Can we restart a dead thread in java?