Answer Posted / amutha a
When object is created jvm allocates memory for stack....
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Does java vector allow null?
How do I convert a string to an int in java?
What is the benefit of inner classes in java?
Write a program to print the pattern given below
What is meant by 'Class access modifiers'?
Explain the difference between comparator and comparable in java?
How to store image in arraylist in java?
What is equals method in java?
What is executor memory?
What does it mean to flush a file?
How concurrent hashmap works?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is a values collection view ?
What is the difference between preemptive scheduling and time slicing in java programming?
what is recursion in java