aspose file tools
The moose likes Beginning Java and the fly likes Vectors Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Vectors" Watch "Vectors" New topic
Author

Vectors

kevin schmidt
Ranch Hand

Joined: Aug 24, 2001
Posts: 85
Hi,
I've used a vector to collect information for a program. I want to convert the vector to an array, but can't think of how to do that. So, How do you convert a vector into an array? TIA.
kevin
Cindy Glass
"The Hood"
Sheriff

Joined: Sep 29, 2000
Posts: 8521
Object[] myArray = myVector.toArray();


"JavaRanch, where the deer and the Certified play" - David O'Meara
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Vectors
 
Similar Threads
Vectors vs Arrays
Array
Converting an array to a Vector -> Simple question with many doubts
cloning array of vectors
vector to String