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 independent and dependent variables in research?
Can java hashmap have duplicate keys?
What is functional interface in javatpoint?
What is * argv?
Is a method a function?
What is functional interface in java example?
What is method in java ?
What are synchronized methods ?
What is the difference between object oriented programming language and object based programming language?
What are abstract methods in java?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
what is thread in Java ?
What is an exception in java?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the difference between variable declaration and variable initialization?