ALLInterview.com
Categories
|
Companies
|
Placement Papers
|
Code Snippets
|
Certifications
|
Visa Questions
Post Questions
|
Post Answers
|
My Panel
|
Search
|
Topics
|
Errors
nimmanagottu
{ City } palvancha
< Country > india
* Profession * developer
User No #
87995
Total Questions Posted #
0
Total Answers Posted #
1
Total Answers Posted for My Questions # 0
Total Views for My Questions # 0
Users Marked my Answers as Correct # 3
Users Marked my Answers as Wrong # 15
Questions / { nimmanagottu }
Questions
Answers
Category
Views
Company
eMail
Answers / { nimmanagottu }
Question
{
15062 }
where final and static variable stored?
Answer
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