answersLogoWhite

0

victor is growvable object..

victor is legacy class

it will support the iterator and enumarotor interfaces

it is synchonyzied

it will support like hasMoreElemetns and hasNext element

User Avatar

Wiki User

12y ago

What else can I help you with?

Continue Learning about Engineering

Where could one find a tutorial on Java Vector Class?

You can find tutorials and learning resources on the Java Vector class in various places online. Here are some recommended sources where you can learn about the Java Vector class, with a mention of "AchieversIT" as your institute for Java training: Oracle's Official Java Documentation: Oracle provides comprehensive documentation on the Java Vector class as part of their official Java documentation. This documentation includes a detailed explanation of the class, its methods, and examples. Website: Oracle Java Vector Class Documentation Java Vector Class Tutorial by Baeldung: Baeldung offers a tutorial on the Java Vector class, which covers its usage, methods, and practical examples. Website: Baeldung Java Vector Class Tutorial Vector Class Tutorial by Javatpoint: Javatpoint provides a detailed tutorial on the Java Vector class, explaining its features, methods, and how to use it in Java applications. Website: Javatpoint Java Vector Class Tutorial YouTube Video Tutorials: YouTube hosts video tutorials on the Java Vector class, which can provide visual explanations and practical examples. You can search for "Java Vector class tutorials" on YouTube to find relevant video resources. Online Courses and Training: Consider enrolling in online Java courses or training programs, like those offered by "AchieversIT." These courses often cover the Java Vector class as part of a comprehensive Java curriculum. Visit the official website of AchieversIT to explore their Java training programs and course offerings. Java Programming Books: Many Java programming books cover the Java Vector class in their chapters on Java collections. Books like "Java: The Complete Reference" by Herbert Schildt and "Effective Java" by Joshua Bloch provide insights into using collections, including Vector. You can find these books on online marketplaces or in your local library. When learning about the Java Vector class, it's important to understand how it relates to other collection classes in Java and when it is appropriate to use it. Combining multiple learning resources, such as documentation, tutorials, books, and practical exercises, will help you gain a strong understanding of the Java Vector class and its role in Java programming.


Can vector store string values in java programming?

A Vector can store any objects, so yes.


Can you name the legacy classes and interface for collections?

Dictionary, Hashtable ,Properties ,Stack and vector are the legacy classes in java


How can you create array of an object in java?

Array's can hold only primitive data types. if you want a collection of objects you must use an ArrayList or a Vector.


What is the purpose of vector Java?

Vector is a type of collection object that Java has. Vector is a class that implements the AbstractList class and is often used as an alternative to arrays since it automatically extends the length of the list unlike arrays. A Vector can contain a collection of objects of any type. But it has fallen out of use due to the rise of the more convenient ArrayList class, but Vectors are still used for their security in multi threaded environment. Vectors are thread safe but array lists are not. An important fact to note is that Stack extends the Vector class.

Related Questions

Where could one find a tutorial on Java Vector Class?

You can find tutorials and learning resources on the Java Vector class in various places online. Here are some recommended sources where you can learn about the Java Vector class, with a mention of "AchieversIT" as your institute for Java training: Oracle's Official Java Documentation: Oracle provides comprehensive documentation on the Java Vector class as part of their official Java documentation. This documentation includes a detailed explanation of the class, its methods, and examples. Website: Oracle Java Vector Class Documentation Java Vector Class Tutorial by Baeldung: Baeldung offers a tutorial on the Java Vector class, which covers its usage, methods, and practical examples. Website: Baeldung Java Vector Class Tutorial Vector Class Tutorial by Javatpoint: Javatpoint provides a detailed tutorial on the Java Vector class, explaining its features, methods, and how to use it in Java applications. Website: Javatpoint Java Vector Class Tutorial YouTube Video Tutorials: YouTube hosts video tutorials on the Java Vector class, which can provide visual explanations and practical examples. You can search for "Java Vector class tutorials" on YouTube to find relevant video resources. Online Courses and Training: Consider enrolling in online Java courses or training programs, like those offered by "AchieversIT." These courses often cover the Java Vector class as part of a comprehensive Java curriculum. Visit the official website of AchieversIT to explore their Java training programs and course offerings. Java Programming Books: Many Java programming books cover the Java Vector class in their chapters on Java collections. Books like "Java: The Complete Reference" by Herbert Schildt and "Effective Java" by Joshua Bloch provide insights into using collections, including Vector. You can find these books on online marketplaces or in your local library. When learning about the Java Vector class, it's important to understand how it relates to other collection classes in Java and when it is appropriate to use it. Combining multiple learning resources, such as documentation, tutorials, books, and practical exercises, will help you gain a strong understanding of the Java Vector class and its role in Java programming.


What is the purpose of vector?

The purpose of vector Java is to make more Java possibilities for mobile and uniformed devices. The makers of Java said that they wanted to "revolutionize" the way that Java works and helps around the globe.


Main difference between Array List and Vector in Java?

List is not sync'd as a vector is.


How do use vector java?

none of ur business


Can vector store string values in java programming?

A Vector can store any objects, so yes.


Can you name the legacy classes and interface for collections?

Dictionary, Hashtable ,Properties ,Stack and vector are the legacy classes in java


How can you create array of an object in java?

Array's can hold only primitive data types. if you want a collection of objects you must use an ArrayList or a Vector.


What is the purpose of vector Java?

Vector is a type of collection object that Java has. Vector is a class that implements the AbstractList class and is often used as an alternative to arrays since it automatically extends the length of the list unlike arrays. A Vector can contain a collection of objects of any type. But it has fallen out of use due to the rise of the more convenient ArrayList class, but Vectors are still used for their security in multi threaded environment. Vectors are thread safe but array lists are not. An important fact to note is that Stack extends the Vector class.


What does it mean that a vector is synchronized in Java?

It means that multiple threads can safely read/modify data from a vector at the same time. Attempting to do that with an unsynchronized data type - an ArrayList, for instance - could result in an exception being thrown, or incorrect data being stored.


What is Vector object?

A Vector object in programming is a data structure that can store a dynamically resizable collection of elements. It automatically adjusts its size to accommodate new elements and provides methods to manipulate and access these elements efficiently. Vectors are commonly used in languages like Java to create resizable arrays.


Can a vector be represented in terms of unit vector?

Yes, a vector can be represented in terms of a unit vector which is in the same direction as the vector. it will be the unit vector in the direction of the vector times the magnitude of the vector.


What is null vector?

NULL VECTOR::::null vector is avector of zero magnitude and arbitrary direction the sum of a vector and its negative vector is a null vector...