how jvm allocates memory for stack?
Answer / amutha a
When object is created jvm allocates memory for stack....
Is This Answer Correct ? | 3 Yes | 3 No |
Difference between Hash Table and Hash Map?
Why set do not allow duplicates in java?
What is meant by class loader? How many types are there? When will we use them?
What do you understand by synchronization?
What do you mean Abstraction in java?
How does varargs work in java?
What is communist flag?
How do you replace a string in java?
What is the difference between JVM and JRE?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
what is the use of bean managed and container managed with example?
In collection sorting comparable and comparator interface will be used..but why this two interfaces required..two will work same purpose so why there are two interfaces instead of one?when to use comparator and when to use comparable?