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 is runnable interface
What is javascript used for in web design?
What are the different types of errors available in javascript?
Does JavaScript allow to modify CSS on-the-fly ?
What is the importance of javascript? Expalin
Does javascript support automatic type conversion, if yes give example.
How to find operating system in the client machine using javascript?
Is everything in javascript asynchronous?
What is difference between local variable and global?
What are the scopes of a variable in javascript?
Example of using regular expressions for syntax checking in javascript?
Taking a developer's perspective, do you think that that javascript is easy to learn and use?