Answer Posted / srinivas d
we can't store the different types of objects(primitive
datatypes can not be stored) in the same array(same types
of objects can be stored). so, we can crate a primitive
data type for int i;
as INTEGER i = new INTEGEr();
This is the procedure actually going on.
| Is This Answer Correct ? | 15 Yes | 8 No |
Post New Answer View All Answers
What is java oops?
Why vector class is used?
Do you need to import math in java?
What is thread life cycle in java?
In java, how we can disallow serialization of variables?
Can you write a java class that could be used both as an applet as well as an application?
Which is fastest collection in java?
Can inner class have constructor?
What is the use of isempty in java?
What is a package in java? List down various advantages of packages.
Enlist diffrent types of inheritance supported by java?
What are the different types of inheritance in java?
Can we have multiple public classes in a java source file?
How to display arraylist values in java?
What language is java written?