why array is called the collection of similar datatypes?
Answer / guest
Array is called the collection of similar datatypes because
we can not add an object of some other type where as the
array which is declared is of another type.
For e.g
We declare a Integer array then we can not add an object of
type string into that array.We have to add an object of type
string only.
| Is This Answer Correct ? | 7 Yes | 1 No |
What are the features of javascript?
How use javascript html?
How to create a confirmation box?
What is escape() function?
How can an HTMLCollection be traversed?
What is new function in javascript?
what is a dataset
Hai what is the difference between java and javascript
How to create 3-dimensional Array in Javascript?
Why javascript is so popular?
List few advantages of using javascript?
What is NaN?