Answer Posted / ravikiran(aptech mumbai)
heap is the storage space for all the objects
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Explain the difference between comparator and comparable in java?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
Explain importance of throws keyword in java?
What is a marker interface?
Can you declare an interface method static?
Explain 5 features introduced in jdk 1.7?
How is a structure different from array ?
How can we access some class in another class in java?
What is unmodifiable collection in java?
Can we define a package statement after the import statement in java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Does constructor return any value?
What is the main purpose of serialization in java?
Which sorting algorithm is in place?
describe synchronization in respect to multithreading? : Java thread