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 public/private protected in java?
What is jee6?
What is OOP's Terms with explanation?
How does varargs work in java?
What is a buffer in computer?
What is the access scope of a protected method?
What kind of variables can a class consist?
What is the difference between state-based unit testing and interaction-based unit testing?
What are some characteristics of interference class?
How many types of operators are there?
Can private class be inherited in java?
Is it necessary for the port addresses to be unique? Explain with reason.
What are unchecked exceptions in java?
What is a marker interface?
What do you mean by platform independence of Java?