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 static keyword?
What does @param args mean in java?
How do you sort a string in java?
Can we serialize singleton class?
what is recursion in java
Which package is used for pattern matching with regular expressions?
What are the advantages of encapsulation in java?
Is java still necessary?
Which is the best sorting technique in java?
How is Object Oriented Programming different from Procedure Oriented Programming?
What is the order of arraylist in java?
Explain about oops concepts.
What is object class in java?
What is a dynamic array in java?
What is the difference between a static and a non-static inner class in java programming?