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 Vector?Can you elaborate how Vector is Thread safe?

Answers were Sorted based on User's Feedback



What is Vector?Can you elaborate how Vector is Thread safe?..

Answer / srilatha

Vector is synchronized and thread safe
it allows one thread can access at a time

Is This Answer Correct ?    17 Yes 1 No

What is Vector?Can you elaborate how Vector is Thread safe?..

Answer / kk

Vector is a growable array.

The methods in Vector class are synchronized which makes
vector thread safe.

Is This Answer Correct ?    10 Yes 1 No

What is Vector?Can you elaborate how Vector is Thread safe?..

Answer / aruna

Vector is a class in collection framework which omplements
list interface.It is one of the legacy classes in
collection FW.As all the methods in the vector class are
synchronised it is thread safe.

Is This Answer Correct ?    9 Yes 2 No

Post New Answer

More Core Java Interview Questions

How to reduce flicking in animation?

3 Answers   TCS,


Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?

0 Answers  


What is methods and methodology?

0 Answers  


What are the advantages of defining packages in java?

0 Answers  


How many types of packages are there in Java?

5 Answers  


Can we use switch statement with strings?

0 Answers  


Explain runtime exceptions?

0 Answers  


Explain access modifiers in java.

0 Answers  


What is the use of set in java?

0 Answers  


What causes memory leak in java?

0 Answers  


When a byte datatype is used?

5 Answers  


Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.

0 Answers   Amdocs,


Categories