Interview Questions Answers.ORG
Interviewer And Interviewee Guide
Interviews
Quizzes
Home
Quizzes
Interviews Top World Wide Web Interviews:Action ScriptAJAXBasic InternetBloggingCascading Style Sheet CSSCSS3DHTMLDomain Name System (DNS)EcommerceHTMLHTML5JavaScriptjQueryjQuery KnockoutJSONJSONPUser Interface DesignerVBScriptW3CWeb 2.0 TechnologiesWeb 3.0 TechnologiesWeb BuildingWeb DevelopersWeb QualityWeb SecurityWeb SemanticWebmaster
Copyright © 2018. All Rights Reserved
Action Script Interview Question:
Do you know what is the difference between an Array and Vector?
Submitted by: AdministratorAd
- Array is a list of characters stored in a contiguous memory locations whereas, vectors can be stored according to the memory allocated.
- Arrays are written in ActionScript and the type of array can be any and it can consist of any values as well whereas, the vector consists of multi-dimensional arrays.
- Arrays provide a way to retrieve the values and are easy to use, whereas vectors are not that easy to use and require manipulative tasks to be performed.
- Arrays are not typed and don't use any other array form, whereas vectors are typed and uses arrays where the value of it either remains defined or null.
- There is no bound checking on arrays, whereas there are boundary checking's that has been performed on vectors.
Submitted by: Administrator
- Arrays are written in ActionScript and the type of array can be any and it can consist of any values as well whereas, the vector consists of multi-dimensional arrays.
- Arrays provide a way to retrieve the values and are easy to use, whereas vectors are not that easy to use and require manipulative tasks to be performed.
- Arrays are not typed and don't use any other array form, whereas vectors are typed and uses arrays where the value of it either remains defined or null.
- There is no bound checking on arrays, whereas there are boundary checking's that has been performed on vectors.
Submitted by: Administrator
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.

https://InterviewQuestionsAnswers.ORG.
