adspace
Answer Posted / Arpit
In Java, a heterogeneous collection allows for the storage of multiple data types within the same container. The ArrayList class is an example of a heterogeneous collection as it can store any type of object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by an interface in java?
What is parsing in java?
Realized?
Is minecraft 1.15 out?
Differentiate between static and non-static methods in java.
explain different ways of using thread? : Java thread
Write a program to find the whether a number is an Armstrong number or not?
What is a constructor overloading in java?
What is the difference between equals() and == in java?
Explain public static void main(string args[]) in java.
Write a program to print count of empty strings in java 8?
What is a classloader in java?
What are the differences between heap and stack memory in java?
How to create a base64 decoder in java8?
What is the difference between break and continue statements?