answersLogoWhite

0

How do use vector java?

User Avatar

Anonymous

13y ago
Updated: 8/19/2019

none of ur business

User Avatar

Wiki User

13y ago

What else can I help you with?

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.


Can vector store string values in java programming?

A Vector can store any objects, so yes.


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.


Can you use pointers in java?

Java does not support Pointers and hence you cannot use it in Java.


Can you name the legacy classes and interface for collections?

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


What technologies link to Java?

Java is exclusive to surfing the web. Some web sites use Java to embed videos, others use Java for advertisements.


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 you use in case of pointer in java?

Java does not have pointers


Does Java Script use the same compiler as Java?

No


Why in dot product you use cos and in vector product sin?

We use the dot product cos and in vector we use the vector product sin because of the trigonometric triangle.