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 an 8 bit word?
What is class array in java?
What is static import in java?
Define canvas?
Is a method a function?
How many ways can an argument be passed to a subroutine and explain them?
Explain an intermediate language?
State the significance of public, private, protected class?
How do I know if java is installed?
How to calculate the length of a singly linked list in java?
What do you understand by looping in java? Explain the different types of loops.
What was java originally called?
What is this keyword in java?
What is constant in programming?
What is the purpose of return statement?