Which of the classes will have more memory allocated?
Answer / Ravinder Pratap Singh
"ArrayList"; Among the Java collections, ArrayList will have more memory allocated because it dynamically resizes itself to accommodate new elements.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is filters and its use?
watz the difference between abstract class and interface? Which one u ill choose as a designer?
Can you override a final method?
How many types of flags are there?
What is this keyword used for?
How do you compare arrays in java?
What’s the difference between constructors and other methods?
What is off heap memory?
can we access the super class method using subclass object?
Explain the concept of hashtables?
Explain JPA in Java.
What is the purpose of premetive data types in java?