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 does pointer mean?
What is the difference between jvm and jre? What is an interface?
What is public static void main?
Does printwriter create a file?
What is flush () in java?
what is meant by encapsulation?
What do you mean by of string::valueof expression in java 8?
Does java support Operator Overloading?
What is the Scope of Static Variable?
What is the concept of multithreading?
How many types of keywords are there?
What is lossy conversion in java?
What is a return in java?
In a container there are 5 components. I want to display the all the components names, how will you do that one?
Where local and global variables are stored?