Answer Posted / pradeep reddy
Final and staic variable is stored in Method area which even stores the class structure like method,constructor and static fields.Method area is a non heap memory.
| Is This Answer Correct ? | 8 Yes | 4 No |
Post New Answer View All Answers
What is blank final variable?
Write a function to find out longest palindrome in a given string?
please send me hr interview questions in it industry
What is prime number in java?
Is 0 true or is 1 true?
Is there any difference between synchronized methods and synchronized statements?
How to create packages in java?
How static variable work in java?
When will you define a method as static?
How do you sort words in java?
What happens if an exception is throws from an object's destructor?
What are the two types of java programming?
Does garbage collection occur in permanent generation space in jvm?
What are the advantages of passing this into a method instead of the current class object itself?
Tell us something about set interface.