what is the form of storage space in java?
Answers were Sorted based on User's Feedback
for objects Head that is garbage collectable,
for methods,local variables are stored in stack.
Is This Answer Correct ? | 9 Yes | 0 No |
Answer / ravikiran(aptech mumbai)
heap is the storage space for all the objects
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / neelamadhab mallick
All the instance variable stored in Stack Memory, If you r
using "new" operator for creating the objects means it will
create under Heap memory......
Is This Answer Correct ? | 2 Yes | 2 No |
Why is stringbuffer called mutable?
Explain Method Overloading in Java.
Define an enumeration?
What are Inner classes?
Hi, This is ravi i have a question like this i have string "UNDERSTAND" now i want to count the letters how many times it occures.i.e from the above string the out put should be like this U-1,N-2,D-2,E-1,R-1,S-1,T-1,A-1. how can i achieve this Thnaks in advance for your response ..
Does java vector allow null?
What is the meaning of variables in research?
What is immutability in java?
What is the differences between c++ and java? Explain
What is struts in java?
when everything can be done by static block then why do we use main method?.
What happens if main method is not static?