What is heterogeneous in java?
Answer / 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 |
What is the purpose of stub and skeleton?
What is string and its types?
Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
What type of value does sizeof return?
What are the legal operands of the instanceof operator?
What is collection class in java? List down its methods and interfaces.
Program to print 1 1 2 1 2 3 1 2 3 4 like that
wht is customised exception?
1 Answers Logica CMG, Novell, Prudential,
What is an escape character in java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Can we create our own wrapper class in java?
What are constants and how to create constants in java?