Answer Posted / venkat kanneganti
for objects Head that is garbage collectable,
for methods,local variables are stored in stack.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between abstraction and encapsulation.
How is it possible for two string objects with identical values not to be equal under the == operator?
What is a lock or purpose of locks in java?
Why does java have different data types for integers and floating-point values?
What is a method signature java?
Explain, java is compatible with all servers but not all browsers?
How is final different from finally and finalize?
Why static functions are used?
What is floating data type?
Why generics are used in java?
What is the function of compareto in java?
Define immutable object?
Differentiate between stringbuffer and stringbuilder in java.
Can a final variable be initialized in constructor?
Which is better list or arraylist in java?