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 static method?
What do you understand by looping in java? Explain the different types of loops.
What is square root in java?
What is a singleton in genetics?
How arrays are stored in memory in java?
Can a class have more than one object?
Which java collection does not allow null?
What do you mean by thread safe?
Can we inherit inner class?
What is bubble sort in java?
What the difference is between execute, execute Query, execute Update?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the difference between a constructor and a method?
Why is stringbuffer called mutable?
Does isempty check for null?