where the static methods will live ,on stack ? can you
explain brefly
Answer / suman rani
As you know static variable directly belongs to the class, so it is be stored in heap area where all the byte code of class are stored.That area is also called permanent code segment area.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to optimize the javac output?
Why we need to serialize the object
11 Answers CTS, Geometric Software,
What is a void method java?
Where can i get Latest SUN Certification Dumps and what are the Sun Certification Codes that are available, Im new to JAVA, so please gimme info as i need to write J2EE - Core Java Certification
Is a case study a method or methodology?
What are the types of casting?
Which class is the superclass of all classes?
What do you understand by soft reference?
How are variables stored in memory?
Differences between GridLayout and GridBagLayout?
Can memory leak in java?
Is hashset sorted in java?