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 spread operator?
What is meant by object oriented programming?
what is the source code for sendRedirect method()java Servlet program?
What is the potential disadvantage of using a sticky session?
What output will the program produce: System.out.println(x+"+"+y+"="+(x+y));
What is the difference between window and document in Javascript?
Explain the difference between “==” and “===”?
What are the types of variables in javascript?
List some unit testing frameworks javascript
What is purpose of onerror event handler in javascript?
How to change the background color of HTML document using JavaScript?
Explain promise in javascript?