Difference between Array and vector?

Answer Posted / darshan

array is static
vector is dynamic

Is This Answer Correct ?    34 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is protected in java?

521


How do you check if a character in a string is a digit or letter?

508


Say you want to store the information about a number of pets in an array. Typical information that you could store for each pet (where relevant) would be • Breed of animal • Animal's name • Its birth date • Its sex • Whether it has been sterilised or not • When it is due for its next inoculation • When it last had its wings clipped For each type of pet (eg. dog, cat or bird) you would typically define a class to hold the relevant data. Note: You do not need to implement these classes. Just answer the following questions. 3.1.1 What would be the advantage of creating a superclass (eg. Pet) and declaring an array of Pet objects over simply using an array of Objects, storing each of the instances of the different pet classes (eg. Dog, Cat or Bird) in it? 3.1.2 Would you define Pet as a class or as an interface? Why? (2) (2)

1343


Why use string handling in Java?

577


What is the default value of byte datatype in java?

480






Explain importance of finally block in java?

578


What is the difference between procedural and object-oriented programs?

524


Is empty .java file name a valid source file name?

583


Write a program to print fibonacci series up to count 10.

518


What are the legal operands of the instanceof operator?

556


What is the += operator called?

575


Can a top level class be private or protected?

570


What is the use of runnable interface?

605


Detail discussions on JVM, memory management and garbage collector.

550


What is the difference between a local variable and an instance variable?

544