Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


why array is called the collection of similar datatypes?



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

Post New Answer

More JavaScript Interview Questions

What are javascript objects?

0 Answers  


What typeof returns for a null value?

0 Answers  


What is hoisted in javascript?

0 Answers  


Is it possible make a call to server side event of any button using javascript?

0 Answers  


What is a framework programming?

0 Answers  


What is a fixed-width table and its advantages?

0 Answers  


What is the difference between .call() and .apply()?

0 Answers  


Is javascript enabled on my computer?

0 Answers  


The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here

0 Answers  


What are the problems associated with using javascript, and are there javascript techniques that you discourage?

0 Answers  


How to determine the state of a checkbox using javascript?

0 Answers  


What is the difference between JavaScript and jscript?

1 Answers  


Categories