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...


What is the Vector class?

Answers were Sorted based on User's Feedback



What is the Vector class?..

Answer / ravikiran(aptech mumbai)

vector class is legacy and contains synchronized methods

Is This Answer Correct ?    1 Yes 0 No

What is the Vector class?..

Answer / janet

The Vector class provides the capability to implement a
growable array of objects.

Is This Answer Correct ?    1 Yes 1 No

What is the Vector class?..

Answer / rama

it is synchronized . So. it's thread safe.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

Explain about interthread communication and how it takes place in java?

0 Answers  


What is the difference between jfc & wfc?

0 Answers  


What is formatted output in java?

0 Answers  


What is a boolean output?

0 Answers  


What are the important methods of java exception class?

0 Answers  


What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?

4 Answers  


What is the difference between actual and formal parameters?

0 Answers  


Difference between Hash Table and Hash Map?

10 Answers   Persistent,


What is Transient and volatile

10 Answers   iFlex,


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


How many arguments can be passed to main ()?

0 Answers  


What is the difference between an if statement and a switch statement?

0 Answers  


Categories