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 |
Write a program to calculate factorial in java?
What are the difference between composition and inheritance in java?
What are the different types of collections in java?
What is the old name of java?
What collections you have worked on? Internal working of Hashmap?
What modifiers are used with an inner class which is a member of an outerclass?
we r taking <load-on-startup>0</load-on-startup> <load-on-startup>1</load-on-startup> in deployment descripter for loading servlets like serv1 N serv2? so 'll it take serv1 or serv2
Explain Method Overloading in Java.
What is Java Package and which package is imported by default?
What does .equals do in java?
Why chararray() is preferred over string to store the password?
Explain about version control?