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
Can variables be used in java without initialization?
Which is better ascii or unicode?
Can a static block throw exception?
What is the size of a string in java?
What is an interface in java? Explain
What is thread count in java?
Is hashmap thread safe?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How is java hashmap implemented?
Explain reverse a linked list recursive java solution?
What is use of super keyword in java?
What is a boolean output?
What is class forname?
Why string objects are immutable in java?
Are functions objects in java?