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
Name and explain the types of ways which are used to pass arguments in any function in java.
What is data member in java?
What do you mean by singleton class in java?
Can list contain null in java?
Compare overloading and overriding?
Write a program to search a number in the given list of numbers.
What are the two types of java programming?
Can private method static?
What does file separator do in java?
What is a lightweight component?
Explain the use of javap tool.
I want to persist data of objects for later use. What’s the best approach to do so?
Why are functions called methods in java?
What are the object and class classes used for?
How many bits is a 64 bit byte?