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 sort double array in java?
What is a parameter in java?
What is java objectoutputstream?
What is unicode used for?
we have two threads..both the threads are reading the data.. is there any need of synchronization there?...justify it?
What is close method? How it's different from Finalize & Dispose?
0 Answers InfoAxon Technologies,
What do you understand by soft reference?
Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?
Describe how to implement singleton design pattern in struts.
what is translator and it types
What is meant by local variable and instance variable?
Why is String immutable?