What is the difference between a vector and an Array? (Java)

Answers were Sorted based on User's Feedback



What is the difference between a vector and an Array? (Java)..

Answer / guneetinder singh

A vector is a template class but not the array is.
A grow able array is called vector while array is of fixed size.

Is This Answer Correct ?    5 Yes 0 No

What is the difference between a vector and an Array? (Java)..

Answer / shiv

Array is not synchronized

Vector is synchronized class

By default array are type safe

To make a vector class type safe we need to implement
generics

Once Array size defined it will be fixed for the rest of
its life

Vector can grow dynamically


Array pass no instance of test with Collection interface

Vector pass as it extends List which is a sub class of
Collection.

Is This Answer Correct ?    2 Yes 0 No

What is the difference between a vector and an Array? (Java)..

Answer / ashu_deepu

u have asked the question in wrong segment.



vector has variable length and can store data of different type.

but array do not have these properties.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Oracle General Interview Questions

Find all employees in Dept “Marketing”.

2 Answers  


how to retrieve daily sal from emp table in oracle 10g

2 Answers   Infosys,


What is rich query?

0 Answers  


what is query and types of query

6 Answers   Reliance,


Can a Tablespace hold objects from different Schemes ?

3 Answers  






How to connect to oracle using service name instead of sid?

0 Answers  


How to insert a new row into a table in oracle?

0 Answers  


What is execute immediate in oracle?

0 Answers  


what are the diffeenes between oracle 9i,oracle 10g

2 Answers  


Do you know about aggregate functions? What is row num function? Can it be used all databases?

1 Answers   Bravura Solutions, Cap Gemini,


HOW TO CONVERT ORACLE TABLE DATA (RECORDS)INTO EXCEL SHEEET?

3 Answers  


Can we create database in oracle using command line ?

0 Answers   MCN Solutions,


Categories
  • Oracle General Interview Questions Oracle General (1789)
  • Oracle DBA (Database Administration) Interview Questions Oracle DBA (Database Administration) (261)
  • Oracle Call Interface (OCI) Interview Questions Oracle Call Interface (OCI) (10)
  • Oracle Architecture Interview Questions Oracle Architecture (90)
  • Oracle Security Interview Questions Oracle Security (38)
  • Oracle Forms Reports Interview Questions Oracle Forms Reports (510)
  • Oracle Data Integrator (ODI) Interview Questions Oracle Data Integrator (ODI) (120)
  • Oracle ETL Interview Questions Oracle ETL (15)
  • Oracle RAC Interview Questions Oracle RAC (93)
  • Oracle D2K Interview Questions Oracle D2K (72)
  • Oracle AllOther Interview Questions Oracle AllOther (241)