Java Tutorial Index

Java Tutorial Java Features C++ vs Java Java History Java Hello World Java Development Kit Java Runtime Environment Java Virtual Machine Difference between JDK, JRE, and JVM Memory Areas in Java Java Operators Java Keywords Primitive Data Types Variables

Java Loops

Java Do While Loop Java While Loop Java For Loop Java Enhanced For Loop

Java Programs

Java Basic Programs Factorial Program in Java Fibonacci Series Program in Java Prime Number Program in Java Palindrome Number Program in Java Armstrong Number Program in Java Anagram Program in Java Pattern Programs in Java Calculator Program in Java Leap Year Program in Java Addition Program in Java Number Pattern Programs in Java Star Pattern Programs in Java Package Program in Java Pyramid Program in Java Sorting Program in Java String Palindrome Program in Java Even Odd Program in Java For Loop Program in Java If Else Program in Java Switch Case Program in Java GCD Program in Java LCM Program in Java Hello Program in Java Matrix Program in Java Menu Driven Program in Java Series Program in Java Client Server Program in Java Swapping Program in Java Pig Latin Program in Java Tower of Hanoi Program in Java Recursion Program in Java Matrix Multiplication Program in Java Perfect Number Program in Java Classes and Objects in Java Example Programs String Programs in Java Array Programs in Java Constructor Program in Java Inheritance Program in Java Abstract class Program in Java Interface Program in Java Encapsulation Program in Java Polymorphism Program in Java Exception Handling Program in Java Multithreading Program in Java Thread Program in Java Collection Programs in Java ArrayList Program in Java Stack Program in Java Applet Program in Java Swing Program in Java JDBC Program in Java Program to find and replace characters on string in java Program to find the duplicate characters in a string Program to check whether a given character is present in a string or not Java Program to Print Permutations of String Java program to find frequency of characters in a string Java Program to remove duplicate characters in a string Java Program to Sort an Array of 0's, 1's, and 2’s | Dutch National Flag Problem in Java Java Program to print even and odd numbers using 2 threads Java Program to generate binary numbers Java program to count the occurrences of each character Java Program to Add Digits Until the Number Becomes a Single Digit Number Program to Implement FLAMES Game in Java Packages Program in java Pangram Program in Java Java program to print matrix in Z form CRC Program in Java Star Program in Java Structure of Java Program RMI program in Java Caesar Cipher Program in Java Java Programming certification Round Robin Scheduling Program in Java Java Program to find the smallest element in a tree Program to Find Square Root of a Number Without sqrt Method in Java Program to Find the Common Elements between two Arrays in Java Automorphic Number Program in Java Multiple Inheritance Programs in Java Prime Number Program in Java Using a Scanner Program to Reverse a Number in Java Fibonacci series program in java using multithreading

Java Sorting

Sorting Algorithms in Java Merge Sort in Java Quick Sort in Java Bubble Sort in Java Insertion Sort in Java Selection Sort in Java Heap Sort in Java Radix Sort in Java Topological Sort in Java Bucket Sort in Java Counting Sort in Java Java Program to Create Set of Pairs Using HashSet

Java OOPs Concepts

OOPs - Object Oriented Programming Objects and Classes in Java Methods in Java Java Naming Conventions Constructors in Java Java this keyword Java static keyword Inheritance in Java Aggregation in Java Java super keyword Constructor Chaining and Constructor Overloading Java Polymorphism Static and Dynamic Binding in Java Java Abstraction Abstract class in Java Interface in Java Difference between Abstract class and Interface Java final keyword Packages in Java Access Modifiers in Java Java Wrapper classes Java Numbers Java Characters Java Integer Java Boolean Java Arrays Java Command Line Arguments Java strictfp Keyword Java Enumeration Java Math

Java Strings

Java Strings Java String Methods StringBuilder in Java StringBuffer in Java Java Regular Expressions StringBuffer vs StringBuilder String vs StringBuffer String vs StringBuilder String Manipulation in Java Java String Concatenation How to Reverse a String in Java String Array in Java How to Compare Two Strings in Java How to Concatenate Two Strings in Java Why String in Immutable in Java java.lang.NumberFormatException for Input String String Pool in Java Java Generate Random String How to take String Input in Java Java String Interview Questions

Java Exceptions

Exception Handling in Java Java try catch Java throw Java throws Difference between throw and throws Java finally Java Custom Exception Java Exception Propagation

Garbage Collection

Automatic Resource Management in Java Java Garbage Collection Java finalize() Java gc() Difference between final, finally and finalize Java Garbage Collection Interview Questions

Multithreading

Multithreading in Java Process and Thread in Java Basic Terms in Multithreading Java Thread creation Thread Scheduler in Java Java Thread class DeadLock in Java

Java IO

Java IO Java Read File Java file Reader Java Buffer Reader Java file Writer Java BufferedWriter Java InputStreamReader Scanner in Java Java StringReader Java StringReader Class Java StringWriter Class Java PrintWriter Java File Java Read File Line By Line Java FileInputStream Java FileOutputStream Java Create File Java Delete File Java Open File Java Read File to String Java copy file Jar File in Java Java FileNotFoundException

Serialization

Java Serialization Java transient

Networking

Java Network Programming Java Socket Programming Java URL Java URLConnection HttpURLConnection in Java Java InetAddress Java DatagramSocket and Java DatagramPacket

AWT

Java AWT

Swing

Swing in Java

Java Collections

Collections in Java Java List Interface ArrayList in Java LinkedList in Java Vector in Java Stack in Java ArrayList vs LinkedList in Java ArrayList vs Vector in Java Java Set Interface HashSet in Java LinkedHashSet in Java TreeSet in Java Java Queue Interface PriorityQueue in Java Deque in Java ArrayDeque in Java Java Map Interface HashMap in Java LinkedHashMap in Java TreeMap in Java Dictionary in Java Hashtable in Java Properties in Java Collections class in Java Java Comparable Java Comparator Comparable vs Comparator in Java

Java Generics

Generics in Java

Java Annotations

Annotations in Java

Java JDBC

Java JDBC Tutorial JDBC Architecture Types of JDBC Drivers JDBC vs ODBC Java Database Connectivity with MySQL Java Database Connectivity with Oracle Statements in java Prepared statement in Java Resultset in java Java ResultSetMetaData DatabaseMetaData in Java Callable Statement in Java Transaction Management in Java Design of JDBC

Java Differences

Java vs DotNET Java vs JavaScript Kotlin vs Java Java vs C++ C# vs Java Java float vs double Java vs Scala Java vs Go Java vs Golang Java Extends vs Implements Java vs Node.js Static vs Non-static in Java int vs Integer in Java Java protected vs private Java vs Dot Net Stack vs Heap in Java Java Array vs ArrayList Java SE vs EE Class vs Object in Java Java vs Bedrock Difference between = = and equals ( ) in java Difference between C, C++, java HashMap Vs HashTable Checked vs Unchecked Exceptions in Java Difference between print() and println() in Java Differences between Lock and Monitor in Java Concurrency Differences between Set and List in Java Char and String differences in Java Difference between String, StringBuffer and StringBuilder in java Difference between String and Char Array in Java Differences between Byte Code and Machine Code Difference between String Tokenizer and split Method in Java Difference between JIT and JVM in Java Difference Between Data Hiding and Abstraction in Java Difference Between BufferedReader and FileReader Difference Between Thread.start() and Thread.run() Difference between Aggregation and Composition in Java Difference between Constructor and Method in Java Difference between next() and nextline() in Java Difference between Static and Instance Methods in Java Differences and Similarities between HashSet, LinkedHashSet and TreeSet in Java Different Ways to Print Exception Message in Java Different Ways to Take Input from User in Java Difference Between Access Specifiers and Modifiers in Java Difference Between Java and PHP Difference Between replace() and replaceall() in Java Difference between this and super in Java Generics vs Wildcard in Java Array Vs ArrayList in Java Difference between Fork Join Framework and Executor Service in Java Difference between Jdeps Jdeprscan in Java Difference between Wait and Notify in Java

How to

How to convert String to String array in Java How to find length of integer in Java How to get Day Name from Date in Java How to open the Java control panel How to resolve Illegal state exceptions in Java How to reverse a linked list in java How to encrypt password in Java How to calculate time complexity of any program in Java How to check version of java in Linux How to enable java in chrome How to run Java program How to set path in Java How to check the Java version in cmd How to install Java in Windows 10 How to run Java program in cmd How to add double quotes in a string in Java How to convert list to String in Java How to call a method in Java How to Set Environment Variables for Java How to sort an array in Java How to Create Immutable Classes in Java How to iterate HashMap in Java How to write Java program How to create an array in Java How to create a package in Java How to generate random numbers in Java How to input String in Java How to Create Singleton Class in Java How to sort a string in Java How to use scanner in Java How to achieve multiple inheritance in Java How to find the length of an Array in Java How to Read Java JSON file How to run Java program in Eclipse How to call a function in Java How to create array of objects in Java How to import packages in Java How to run applet Program in Java How to take Array Input in Java How to call static method in Java How to compare characters in Java How to compare dates in Java How to create a linked list in Java How to download Eclipse for Java How to get ASCII value of char in Java How to get the current date and time in Java How to handle NullPointerException in Java How to initialize string array in Java How to Install Java on MAC How to run java program in ubuntu How to find characters with the maximum number of times in a string java How to Set Java_home in Linux How to Split the String in Java with Delimiter How to take Multiple String Input in Java using Scanner class How to uninstall the Java in Ubuntu How to Update Java How to add Elements in Array in Java How to avoid deadlock in java How to Split String by Comma in Java How to remove special characters from String in Java How to remove last character from String in Java How to Read XML Files in Java How to download and install Eclipse in Windows How to Create an API in Java How to Round Double Float up to Two Decimal Places in Java How to create a mirror image of a 2D array in Java How to set timer in Java How to make Java Projects How to Create Different Packages for Different Classes in Java How to run Java program in command prompt How to run Java program in Eclipse How to calculate time difference in Java How to stop execution after a certain time in Java How to check data type in Java How to Reduce Time Complexity in Java How to check if date is valid in Java How many ways to create object in Java How to add 4 Hours to the Current Date in Java How to add 4 Years to the Current Date in Java How to add 6 Months to the Current Date in Java How to add 24 Hours to Date in Java How to Assign Static Value to Date in Java How to check Date is Greater in Java How to check Date Null in Java How to check valid date in Java How to Iterate List in Java How to increment and decrement date using Java How to Create a Generic List in Java How to compare two dates in different format in Java How to compare three dates in Java How to override toString() method in Java How to Solve the Deprecated Error in Java How to Return Value from Lambda Expression Java How to Read CSV Files in Java How to Change the Day in the Date using Java How to Calculate Week Number From Current Date in Java How to Calculate Time Difference Between Two Dates in Java How to Calculate the Time Difference between Two Dates in Java How Many Ways to Create an Object in Java How to Develop Programming Logic in Java How can we achieve abstraction in Java How to create abstract class in Java How to use api in Java

Java 8 Features

Java 8 Features Lambda Expressions in Java Functional Interface in Java Streams in Java Java Base64 Encoding and Decoding Type Annotations in Java Java Stringjoiner Class Parallel Arrays Sort in Java Bifunction in java 8 Java 8 filters list Java 8 Consumer Interface in Java

Java 9 Features

Java 9 Tutorial Java 9 Try With Resources Java 9 Interface Private Method

Java 12

What’s new in Java 12

Java 13

Java 13 New Features

Java 14

New Features of Java 14

Java 15

What’s New in Java 15

Java 16

Java 16

Java 17

What is new in Java 17

Java Math Methods

Math.abs() Math.acos() Math.addExact() Math.asin() Math.atan () Math.atan2() Math.cbrt() Math.ceil() Math.copysign() Math.cos() Math.cosh() Math.decrementExact() Math.exp() Math.expm1() Math.floor() Math.floorDiv() Math.floorMod() Math.fma() Math.getExponent() Math.hypot() Math.IEEEremainder() Math.incrementExact() Math.log() Math.log10() Math.log1p() Math.max() Math.min() Math.multiplyExact() Math.multiplyFull() Math.negateExact() Math.nextAfter() Math.nextDown() Math.nextUp() Math.pow() Math.random() Math.rint() Math.round() Math.scalb() Math.signum() Math.sin() Math.sinh() Math.sqrt() Math.subtractExact() Math.tan() Math.tanh() Math.toDegrees() Math.toIntExact() Math.toRadians() Math.ulp() Math.multiplyExact()

Java String Methods

toCharArray() copyValueOf() endsWith() equals() equalsIgnoreCase() format() getBytes() getChars() hashCode() indexOf() intern() isEmpty() join() lastIndexOf() length() replace() replaceAll() replaceFirst() split() startsWith() subSequence() substring() toLowerCase() toUpperCase() trim() valueOf()

Java Conversion

Java Convert String to int Java Convert int to String Java Convert String to long Java Convert long to String Java Convert String to float Java Convert float to String Java Convert String to double Java Convert double to String Java Convert String to Date Java Convert Date to String Java Convert String to Object Java Convert Object to String Java Convert String to char Java Convert char to String Java Convert int to long Java Convert long to int

Java Keywords

Reserved Keywords in Java Java Case Keyword Java Class Keyword Java Continue Keyword Java Default Keyword Java Double Keyword Java Else Keyword Java Enum Keyword Java Extends keyword Java Finally Keyword Java Char Keyword Contextual keywords in Java Java Break Keyword Volatile keyword in Java Java Boolean Keyword Java Byte Keyword The final Keyword in Java Java For Keyword Java Float Keyword Java Instanceof Keyword Java If Keyword Java Int Keyword Java Import Keyword Java Package Keyword Java Static Keyword Java Public Keyword Java Implements Keyword Java Private keyword Java Protected Keyword Java Short Keyword Java Long Keyword Java Interface Keyword Java Try Keyword Java New Keyword Java Return Keyword Java Null Keyword this keyword in Java Java Strictfp Keyword Java Switch Keyword Java Transient Keyword Java Volatile Keyword Java While Keyword Java Throw and Throws Keyword Synchronized Keyword in Java Java Super Keyword

Java Problems

3N+1 problem program in Java Ad Hoc Problem on Arrays in Java Alice and Bob Problem Java Alien language problem in Java Bin Packing Problem Java flour pack problem in Java Hourglass problem in Java Activity selection problem in Java Bounded buffer problem in Java Diamond problem in Java Dutch National Flag Problem in Java Monsoon Umbrella Problem in Java Producer consumer problem in Java using Synchronised block Coin change problem in dynamic programming Salesman Problem in Java Sleeping Barber Problem in Java Skyline Problem in Java Sliding Window Problem in Java Snake and Ladder Problem in Java Stable Marriage Problem in Java Davis Staircase Problem in Java Graph Problems in Java Sales Tax Problem in Java Stock Span Problem Using Stack in Java

Java Questions

What are Array strings in Java What is String in Java? What is string in Java why it's immutable What is advance Java? What is interpreter in Java? What is anagram in Java? How Many Ways to Create Objects in Java How annotations work in Java What is Core Java Why to use Enum in Java Can we override Private Method in Java Can Abstract Classes have Static Methods in Java What is the ambiguity problem in Java Can we create object of abstract class in Java Why do we use abstract class in Java

Java Interview Questions

Enum Java Interview Questions Java concurrency interview questions String Coding Interview Questions in Java

Misc

List all files in a Directory in Java Nonagonal number in Java Null Pointer Exception in Java Package naming convention in Java PriorityBlockingQueue Class in Java Race Condition in Java Repdigit Numbers in Java Rotate matrix by 90 degrees in Java Segment Tree in Java Sierpinski Number in Java Sort Dates in Java Thread Safety and How to Achieve it in Java Normal and Trace of a Matrix in Java Transient variable in Java Tribonacci series in Java Web Crawler in Java Zigzag Traversal of Binary Tree in Java Java Full Stack Java IO filenotfoundexception Java Output Formatting Java Plot Java Pop Java Set to List Java Switch string Java Thread Lifecycle: States and Stages Java Viva Questions and Answers Lazy Propagation in Segment Tree in Java Level order Traversal of a Binary Tree in Java Method chaining in Java Narcissistic Number in Java Java Try-Catch Block Java CountDownLatch Java Editors Java Font Example of Static import in Java Implementing Queue Using Array in Java Instanceof operator in Java Interchange Diagonal elements in Java Java Arrays Fill Convert list to array Java Convert milliseconds to date in Java Copy data/content from one file to another in java Creating a Jar file in Java Crown Pattern in Java Duodecimal in Java Finding middle node of a linked list in Java Group by in Java 8 Hollow Diamond Pattern in Java Java Boyer Moore Catalan number in Java Cosmic Superclass in Java Fall through in Java Figurate Number in Java Java Anon Proxy Java RMI Lazy loading in Java Magnanimous Number in java Shallow copy in Java String to JSON in Java Tetranacci Number in Java Vigesimal in Java Why main method is static in Java Add Time in Java Bellman Ford Algorithm in Java Best Java Libraries Blockchain in Java Blocking Queue in Java Example Bully Algorithm code in Java Convert JSON File to String in Java Determine the Upper Bound of a Two-Dimensional Array in Java Java.net.ConnectionException Java.net.SocketException Web Service Response Time Calculation in Java Functional Interfaces in Java Singleton class in Java Awesome explanation of Strings in Java Object class in Java Static class in Java All the important string methods in Java String Handling Method in Java Advantages and Disadvantages of Strings in Java Big Decimal class in Java Class definition in Java Replace character in string Java String isnullorempty in Java String Matches in Java Trim Method in String Java Bean class in Java Libraries in Java Arithmetic Operations on String in Java Convert Char array to string in java Check whether Java is installed or not Jagged Array in Java Java ArraylistRemove() Time Complexity Java Swing Time Picker Zigzag Array in Java Array and String based questions in Java Array and String with Examples in Java Best Practices to use String Class in Java Java String Java String Inbuilt functions Java String Matches vs Contains Sum of digits in string in java Check the presence of Substring in a String in java Java import packages Interfaces and Classes in Strings in Java Maximum length of string in java Hidden classes in Java Class memory in Java public static void main string args meaning in java Reverse a String in Java String Concatenation in Java Buffer reader to read string in Java Split String into String Array in Java Reverse a String using Collections in Java Upcasting and Downcasting in Java String Declaration in Java Method Overloading In Java Java Solid Principles Java Architecture Binary Search Java Java Type Casting Java Pass-by-Reference Java Framework List Java Destructors Java Control Statements Java Byte Code Java Beans Java Identifiers Character Array in Java Java Applications Java Substring Java Session Non-primitive data types in Java Matrix Multiplication in Java JIT in Java Java Tokens Java Externalization Default Virtual Behaviour in C++ vs Java Why we use static in Java Session Tracking in Java Knapsack problem in Java Java Logo Java exception list Java Iterator Java instance variable Frugal number in Java Fork Join in Java Date time API in java Compile time vs Runtime in java Compare time in java AES 256 Encryption in Java Advanced Java skills User Defined Exception in Java Upcasting in Java Tree Implementation in Java Special Operators in Java Reentrant Lock in Java Perfect Number in Java Java logger Java LinkedList vs ArrayList File Operation in Java Constructor Overloading in Java Conditional operator in Java Concurrent Linked Deque in Java with Examples Command Class in Java Best Java IDE Association in Java Access specifiers in Java AbstractSet Class in Java Adapter class in Java Composition in Java Mutable and Immutable in Java Static() Function in Java Traverse through HashMap in Java Vectors in Java Creation of Multi Thread in java Compile-time Error in Java Java Get Time in UTC Java.sql.Time Format Thread Concept in Java Enterprise Java Beans POJO in Java Java Constant Collection Interfaces in Java with Examples Deadlock Prevention and avoidance in Java Java List Implementations Java Xml Parser Method Overriding in Java Virtual Function in Java Advanced Java Viva Questions Application of Array in Java Economical number in Java Iterate JSON array in Java Java callable example Java Command not found Java Date add Days Java File Extension Java Location Java Trim User Defined Custom Exceptions in Java Java array list remove time complexity Java.lang.Exception.NoRunnableMethods Java Map Example Java Obfuscator Java Pi Java Queue Java time local date Java Xmx Uses of Java Applet Life Cycle in Java Best Java Security Framework BigDecimal toString() in Java Jdoodle Java Literals in Java MVC in Java Powerful Number in Java Read the XLSX file in Java Relatively Prime in Java Root exception in java Accessors and Mutator in Java Bottom view of a binary tree in Java Convert List to String in Java Equidigital in Java IdentityHashMap in Java Java Clone Array Java LDAP Authentication Java List Node Java Password Generator Magic Square in Java Pancake Sorting in Java Practical Number in Java Sublime Number in Java Sudoku in Java Compare Two Times in Java Diffie Hellman Algorithm in Java Java calculate age Map of Map in Java Minimum XOR value pair in Java Palindrome Partitioning problem in Java Pernicious Number in Java Prime Points in Java Rectangular Numbers in Java Sleep Time in Java Types of Statements in Java Unicode System in Java Zig Zag star and Number Pattern in Java Balanced Prime Number in Java ConcurrentSkipListSet in Java Construct the Largest Number from the Given Array in Java CopyOnWriteArrayList in Java Cyclic Barrier in Java Dangling Else problem in Java Display Unique Rows in a Binary Matrix in Java Empty Statement in Java Factorial of a Large Number in Java Facts about null in Java Rehashing in Java Singleton Design Pattern in Java Zebra Puzzle Problem in Java XOR of Array Elements Except Itself in Java Types of Sockets in Java Thread Synchronization in Java Set Up the Environment in Java Method and Block Synchronization in Java Fibodiv Number in Java House Numbers in Java GCD of Different SubSequences in Java Hogben Numbers in Java Decagonal Numbers in Java Converting Roman to Integer Numerals in java Check if the given array is mirror inverse in Java Block Swap Algorithm for array rotation in Java Java Binary Tree Binary Strings Without Consecutive Ones in Java Beautiful Array in Java Balanced Parentheses in Java Arithmetic exception in Java Add numbers represented by Linked Lists in Java Two Decimal Places Java Intersection Point of two linked list in Java Find next greater number with same set of digits in Java Getter and Setter Method in Java Example Java Binary to Hexadecimal Java Calculate Average of List Iccanobif Numbers in Java Java delete directory Tug of War in Java Types of Events in Java MessageDigest in Java Longest Odd Even Subsequence in Java Java Variable Declaration Java Technologies List Java Localization Java Linters Java Macros Java Future Example Nth node from the end of the Linked list in Java Moran Numbers in Java Missing Number in an Arithmetic Progression in Java Minimum Window Subsequence in Java Minimum Number of Taps to Open to Water a Garden in Java Minimum Number of Platforms Required for a Railway Station Minimum Difference Between Groups of Size Two in Java Java SHA256 Java Snippets Java Speech Recognition Java Subtract Days from Current Date Java Project Ideas Majority Element in Java Longest Arithmetic Progression Sequence in Java Object Definition in Java Print Matrix Diagonally in Java Print Pencil Shape Pattern in Java Sparse Numbers in Java Split the Number String into Primes in Java Sylvester Sequence in Java Three Partition Problems in Java Banking Application in Java Brilliant Number in Java Convert Integer to Roman Numerals in Java Chromatic Number in Java Convert JSON to Map in Java Arrow Operator in Java Converting Long to Date in Java Count of Range Sum Problem in Java Finding Odd Occurrence of a Number in Java Generic queue in Java Hamming Code in Java Hashing Algorithm in Java Heap Implementation in Java Hybrid Inheritance in Java Internal Working of ArrayList in Java Java Binary Operators Java BLOB Java Coding Software Maximizing Profit in Stock Buy Sell in Java Median Of Stream Of Running Integers in Java Misc Operators in Java Nth Term of Geometric Progression in Java Self-Descriptive Numbers in Java Permutation Coefficient in Java Minimum Lights to Activate Java Snippet Class Java Console Java Developer Java Get File Size Java Image Java Interface Lock Java OCR Least Operator to Express Number in Java List of Constants in Java Loose Coupling in Java Order of Execution of Constructors in Java Inheritance Shift right zero Fill Operator in Java and Operator Shifting Shopping Bill in Java Sort Elements by Frequency in Java Spliterator in Java 8 Static Array in Java Ternary Operator in Java Tetris Game in Java Cast Operator in Java This Operator Using in Java Thread States in Java Tilde operator in Java Timestamp Operation in Java Untouchable Number in Java Various Operation on Queue using Linked List in Java Various operations on HashSet in Java Why are generics used in Java XOR Binary Operator in Java Anonymous Function in Java Flag Pattern in Java Ganesha’s Pattern in Java Heart Pattern in Java Getting Synchronized Set from Java HashSet India Map Pattern in Java InputMismatchException in Java Java Generate UUID Java Lock Java Thread Priority in Multithreading Lombok Java Morris Traversal for Inorder in Java Morris Traversal for Preorder in Java Ordinal Number in Java Polygonal Number in Java Sealed Class in Java Set Matrix Zeros in Java Swastika Pattern in Java Centered Square Numbers in Java Array Slicing in Java Block Swap Algorithm for Array Rotation in Java Bouncy Number in Java Byte to Hex in Java Camel Case in Java Bad Operand types for Binary Operator Java Comparetoignorecase in Java Creating API Document Javadoc tool Advantages of Generics in Java Computing Digit Sum of all Numbers from 1 to n in Java ConcurrentModificationException in Java Check Whether A Number Is A Power Convert IP to Binary in Java Creating a Custom Generic Class in Java Get year from date in Java Gregorian Calendar Java Current Date Grepcode Java util date Hierarchy of operators in Java Highest precedence in Java Java Map Generic Java Lambda foreach Java copy constructor Example Java Imageio Java Generics Questions Java extend multiple classes Getting the Day from the Date in Java Get yesterdays date by no of days in Java Dining Philosophers problem in Java Display List of TimeZone with GMT and UTC in Java Equilibrium Index of an Array in Java Find the Frequency of Each Element in the Array in Java Find Unique Elements in Array Java Stone Game in Java System Class in Java The Diamond Operator in Java 7 The Maximum Rectangular Area in a Histogram in Java Three-way operator in Java Types of Assignment Operators in Java Trimorphic numbers in Java Types of Bitwise Operators in Java Types of Garbage Collector in Java Types of Logical Operators in Java Union in Java URLConnection class in Java Use Of Adapter class in Java Various operations on the Queue using Stack in Java XNOR operator in Java Zygodromes in Java Memory Leak in Java Java Worker Class Java Sort String Local Minima in Java Mutable class in Java MOOD Factors to Assess a Java Program Model Class in Java Manachers Algorithm in Java Logger class in Java && operator in Java nth Prime Number in Java SHA Decrypt in Java Producer Consumer Problem in Java Using Synchronized Block Ramanujan Number or Taxicab Number in Java Undo and Redo Operations in Java Second Smallest Number in an Array in Java Set Value to Enum in Java Java Code Coverage Tools Console Errors in Java Java md5 Hash Example If Condition in Lambda Expression Java Java Code Optimization Java Enum Java Error Stack Trace Java Flags Enum Java Heap Space Out of Memory Error Java Thread Dump Analyzer Kong Java Client Nested Enum in Java Switch Case with Enum in Java Time Class Operation in Java Delete a Cycle from a Linked List in Java Java Append Data to File Java RandomAccessfile Java Rename File Java Swings Java Try Resource Java Write File Java Maven Silicon Modules in Golang Creating a file using multithreading in Java Different ways to do multithreading in Java File handling using multithreading in Java Four player card game Java Multithreading Getting first date of month in Java Implicit Typecasting in Java Importance of thread synchronization in Multithreading in Java Java lambda filter example Java Memory Model Multithreading Java Sleep Java tricky code snippets Multithreaded lru cache in Java Neon Number in Java Prime number using multithreading in Java Read large xml file in Java multithreaded Role of join function in multithreading in Java String reverse preserving white spaces in Java Use of abstract method in Java Java Abstract factory pattern Java Single Linkedlist Abstract Declaration in Java Abstract Factory in Java Abstract for java mini project Abstract for Java project Advantages of abstraction in Java AWS Lambda Java Maven Adding Manychat Java Snippet to Thrive Theme Abstract implement interface in Java Addition Program Call by Reference Using Multithreading in Java Advanced Java Code Snippets Advantages of Multithreading Over Multitasking in Java Apache Camel Multithreading in Java Array of Class Objects in Java Autobiographical Number in Java AWS lambda Java example api gateway AWS Lambda Java Gradle AWS Lambda Java SDK AWS Lambda Java Spring Boot AWS Lambda Java Tutorial AWS Lambda REST API Java Benefits of Multithreading in Java Boundary Value Problem ODE in Java 2d Array Sorting in Java A Group Chat Application in Java Access Modifiers For Classes or Interfaces in Java Card Flipping Game in Java Duplicate Class Error in Java Giuga Numbers in Java Java Integer Reverse Method Methods Of GSon in Java Selection Statement in Java Dead Code in Java Find the index of an Array Element in Java K Closest Points to a Given Target Point in Java Last Non Zero Digit of a Factorial in Java Meta Class in Java Unreachable Code Error in Java

Vector in Java

Java Vector Class

The Vector class is a legacy class that implements a growable array of objects. The components that it contains can be accessed using an integer index. The size of a Vector can grow or shrink as required to add and remove items after the Vector created.

Vectors are similar to ArrayList, but Vector is synchronized. It implements the List interface and extends AbstractList.

Vector tries to optimize storage by maintaining a capacity and capacityIncrement. Always, the capacity at least as large as the size of the vector. To reduce the amount of incremental reallocation, the methods usually increases the capacity of a vector before inserting a large number of elements.

Java Vector Fields:

capacityIncrement It increases the capacity of the vector automatically when its size becomes greater than its capacity.
elementCount It returns the valid components in this vector object.
elementData The components of the vector are stored in this array buffer.

Constructors of Vector and its usages:

Vector() It constructs an empty vector with size 10 and with zero standard capacity increment.
Vector(Collection c) It creates a vector with elements of the specified collection in the arguments; in the order, they are returned by the collection’s iterator.
Vector(int initialCapacity) It constructs an empty vector with specified initial capacity in the argument, with capacity increment equals to zero.
Vector(int initialCapacity, int capacityIncrement) It constructs an empty vector with specified initial capacity and capacity increment.

Methods of Java Vector and their usages:

Modifier and Data type Methods Description
Boolean add(E e) It adds the specific element to the end of the Vector
addAll(Collection c) It will add all the elements in the specified collection to the end of the Vector, in the same order as it is in the specified collection.
addAll(int index, Collection c) It adds all the elements in the vector from the specified collection at the specified index position in the arguments.
contains (Object o) It will return true if the specified element present in the vector
containsAll(Collection c) Will return true if all the elements in the specified collection are present in the vector.
equals(Object o) It will compare the specified object with the vector for equality.
isEmpty() Used to test if the vector has no components.
remove(Object o) It will delete the first occurrence of the specified element in the vector. In case the element is not present, then status will be unchanged.
removeAll(Collection c) Removes all the Vector elements that are present in the specified collection.
removeElement(Object obj) It will remove the first occurrence (from lowest index) of the argument from the vector
retainAll(Collection c) It will keep only the elements in the vector that are contained in the specified Collection.
int capacity() It will return the current capacity of the vector.
hashCode() It returns the hash value of the vector.
indexOf(Object o) It will return the index of the first occurrence of the element specified in the argument or returns –ve one if the element is not present in the vector.
indexOf(Object o, int index) It will return the index of the first occurrence of the element specified in the argument, searching forward from index or return -1 if the element is not present in the vector.
lastIndexOf(Object o) It will return the index of the last occurrence of the element specified in the argument or -1 if the element is not in the vector.
lastIndexOf(Object o, int index) It also returns the last occurrence of the element specified in the argument but searching backward from the index or it returns -1 if the vector does not contain the specified element.
Size( ) Used to get the number of elements present in the vector.
void add(int index, E element) It will insert the specified element at the specified position in the vector.
addElement(E obj) It appends the specified component at the end of the vector, increasing its size by 1.
clear() Used to remove the elements from the vector.
copyInto(object[] anArray) It will copy the elements of the vector to the specified array.
ensureCapacity(int minCapacity) Used to increase the capacity of the vector if necessary, to ensure that it holds the number of elements specified by the minCapacity argument.
insertElementAt(E obj, int index) Used to insert the specified object as an element in the vector at the specified index position.
removeAllElements() Removes all elements from the vector and set the size to zero.
removeElementAt(int index) It deletes the element at the specified index location.
removeRange(int fromIndex, int toIndex) Used to remove all the element from the list whose index is between fromIndex(inclusive) and toIndex(exclusive).
setElementAt(E obj, int index) Used to set the element at the specified index of this vector to be the specified object.
setSize(int newSize) It sets the size of the vector to the specified argument.
trimToSize() It will trim the capacity of the vector to be the vectors current size.
Object clone() Used to clone the vector/exact copy of the vector
toArray() It always returns an array containing all the values in the vector in the sequence.
String toString() It returns an array that contains all the elements in the vector in the correct order.
E elementAt(int index) It returns the elements at the specified index.
firstElement() It returns the first element of the vector (item at index 0).
get(int index) It will return the values at the specified position in the vector.
lastElement() It will return the last element of the vector.
remove(int index) It is used to remove the element from the specified position in the vector.
set(int index, E element) It will replace the element at the specified position in the vector with specified elements in the argument.
Enumeration elements() It will return an enumeration of the elements of this vector.
Iterator iterator() Always returns an iterator over the elements in the list in proper sequence.
ListIterator listIterator() It always returns a ListIterator over the values in the list (in sequence).
ListIterator listIterator(int index) It always returns a list iterator over the elements in the list, starting at the specified position
List sublist(int fromIndex, int toIndex) It will return a view of the area of the list between the starting and ending specified index position.
T[] toArray(T[] a) It returns an array that contains all the elements of the vector in the sequential order, and the runtime type of the returned array is that of the specified array.

Example to illustrate add() method.

import java.util.*;
class Add_demo {
public static void main(String[] arg)
{
// creating default vector
Vector a = new Vector();
//adding element to the vector using add()
a.add("Learn");
a.add("Tutorials");
a.add("And");
a.add("Examples");
System.out.println("Vector is: " + a);
}
} 

Output:

Vector is:  [Learn, Tutorials, And, Examples]

Example to illustrate addAll(Collection c) method.

 import java.util.*;
class add_demo {
public static void main(String[] arg)
{
ArrayList ar = new ArrayList();
ar.add("Tutorials");
ar.add("And");
ar.add("Examples");
// creating default vector
Vector v = new Vector();
// copying all elements of array list into vector
v.addAll(ar);
// checking vector v
System.out.println("vector v:" + v);
}
} 

Output:

vector v:[Tutorials, And, Examples]

Example to Demonstrate addAll(int index, Collection c) method.

 import java.util.*;
class add_demo2 {
public static void main(String[] arg)
{
ArrayList ar = new ArrayList();
ar.add("Learn");
ar.add("Tutorials");
ar.add("And");
ar.add("Examples");
// creating default vector
Vector v = new Vector();
v.add("Java Vector");
// copying all element of arraylist into vector
v.addAll(1, ar);
// printing vector
System.out.println("vector v:" + v);
}
} 

Output:

vector v:[Java Vector, Learn, Tutorials, And, Examples]

Example to illustrate contains() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// creating default vector
Vector v = new Vector();
v.add("Java");
v.add("OOPS");
v.add("Hibernate");
v.add("Spring");
v.add("Servlet");
// checking whether vector contains "HIbernate" or not
if (v.contains("Hibernate"))
System.out.println("Hibernate exists in the List");
}
} 

Output:

Hibernate exists in the List

Example to illustrate containsAll() method.

import java.util.*; 
public class Demo {
public static void main(String arg[]) {
//Creating an empty Vector
Vector vc = new Vector();
//Adding elements in the vector
vc.add("Java");
vc.add("Spring");
vc.add("boot");
vc.add("hibernate"); 
//Creating an empty list
List list = new ArrayList();
//Adding elements in the ArrayList
list.add("Java");
list.add("hibernate");
//checking if the vector contain the item present in the arraylist
System.out.println("Vector contains all the list item.- "+vc.containsAll(list));
//adding one more unique element to the list
list.add("Ajax");
//checking again for the presence of element
System.out.println("Vector contains all the list item.- "+vc.containsAll(list));
}
} 

Output:

Vector contains all the list item.- true
Vector contains all the list item.- false 

Example to illustrate equals() method

import java.util.*; 
class Demo {
public static void main(String[] arg)
{
// creating default vector
Vector v = new Vector();
v.add("Java");
v.add("Spring");
v.add("Hibernate");
v.add("Jquery");
v.add("Servlet");
// creating second vector
Vector v_second = new Vector();
v_second.add("Java");
v_second.add("Spring");
v_second.add("Hibernate");
v_second.add("Servlet");
v_second.add("Jquery");
//checking if both the vectors have same elements
if (v.equals(v_second))
System.out.println("both vectors are equal");
else
System.out.println("Vectors are not equal");
}
} 

Output:

Vectors are not equal

Example to illustrate isEmpty() method.

import java.util.*; 
class IsEmptyDemo {
public static void main(String[] arg)
{
// creating default vector
Vector v = new Vector();
v.add(1);
v.add(2);
v.add(3);
v.add(4);
v.add(5);
v.clear();
// checking whether vector is empty or not
if (v.isEmpty())
System.out.println("Vector is empty");
}
} 

Output:

Vector is empty

Example to illustrate remove() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// create default vector of capacity 10
Vector v = new Vector();
v.add("A");
v.add("B");
v.add("C");
v.add("D");
v.add("E");
// removing element from 1st index position
v.remove(1);
// checking vector
System.out.println("after removal: " + v);
}
} 

Output:

after removal: [A, C, D, E]

Example to illustrate removeElement() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
Vector v = new Vector(5);
//using add() method to add elements
v.add("Java");
v.add("Android");
v.add("Spring");
v.add("Pyhton");
v.add("MongoDB");
// removing an element from vector
v.removeElement("Java");
// checking vector
System.out.println("Vector after removal: " + v);
}
} 

Output:

Vector after removal: [Android, Spring, Pyhton, MongoDB]

Example to illustrate retainAll() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
Vector v = new Vector(5);
Vector vretain = new Vector();
// using add() method to add elements
v.add("Java");
v.add("Spring");
v.add("AI");
v.add("MongoDB");
v.add("Oracle");
// these elements will be retained
vretain.add("Java");
vretain.add("Oracle");
vretain.add("Spring");
System.out.println("Calling retainAll()");
v.retainAll(vretain);
//printing all the elements available in vector
System.out.println("Elements after removal :- ");
//using iterator to return the elements in the sequence they are present int the vector v
Iterator itr = v.iterator();
while (itr.hasNext()) {
System.out.println(itr.next());
}
}
} 

Output:

Calling retainAll()
Elements after removal :-
Java
Spring
Oracle 

Example to illustrate capacity() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
Vector v = new Vector();
// using add() to add elements in the vector
v.add("A");
v.add("B");
v.add("C");
v.add("D");
v.add("E");
// printing the capacity of vector v
System.out.println("Capacity of vector is: " + v.capacity());
}
} 

Output:

Capacity of vector is: 10
//The output is 10 because the default capacity of a vector is 10. 

Example to illustrate hashCode() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
Vector v = new Vector(5);
// using add() to add elements in the vector
v.add(1);
v.add(2);
v.add(3);
v.add(4);
v.add(5);
// checking hash code
System.out.println("Hash code: " + v.hashCode());
}
} 

Output:

Hash code: 29615266

Example to illustrate indexOf() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// create default vector of capacity 10
Vector v = new Vector();
v.add("PL/Sql");
v.add("Sql");
v.add("MongoDB");
v.add("Oracle");
v.add("MySql");
// get the element at index of Geeks
System.out.println("Index of Oracle is: " + v.indexOf("Oracle"));
}
} 

Output:

Index of Oracle is: 3

Example to illustrate lastIndexof() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// create default vector of capacity 10
Vector v = new Vector();
v.add(1);
v.add(2);
v.add(5);
v.add(5);
v.add(2);
// checking last occurance of 5
System.out.println("Last occurrence of 5 is: " + v.lastIndexOf(5));
}
} 

Output:

Last occurrence of 5 is: 3

Example to illustrate size() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// creating default vector
Vector v = new Vector();
v.add("Java");
v.add("Python");
v.add("MongoDB");
v.add("Oracle");
v.add("Ruby");
// Printing size of vector
System.out.println(" Size of vector: " + v.size());
}
} 

Output:

Size of vector: 5

Example to illustrate add(int index, Object obj) method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// create default vector
Vector v = new Vector();
v.add(0, "India");
v.add(1, "Australia");
v.add(2, "England");
v.add(3, "South Africa");
v.add(4, "Pakistan");
System.out.println("Vector is " + v);
}
} 

Output:

Vector is [India, Australia, England, South Africa, Pakistan]

Example to illustrate addElement(E obj)

import java.util.*;
class Demo {
public static void main(String args[])
{
// Creating an empty Vector
Vector v = new Vector();
// Using add() to add elements in the vector
v.add("Tutorials");
v.add("And");
v.add("Example");
v.add("Java");
v.add("Python");
// Printing the present vector
System.out.println("The vector is: " + v);
// Adding more elements to the end of the vector
v.addElement("Machine Learning");
v.addElement("AI");
// Printing the modified vector
System.out.println("The new Vector is: " + v);
}
} 

Output:

The vector is: [Tutorials, And, Example, Java, Python]
The new Vector is: [Tutorials, And, Example, Java, Python, Machine Learning, AI] 

Example to Illustrate void clear() method.

import java.util.*;
class Demo {
public static void main(String[] arg)
{
// creating default vector
  Vector v = new Vector();
  v.add(0, "Java");
  v.add(1, "Spring");
  v.add(2, "Hibernate");
  v.add(3, "MongoDB");
  v.add(4, "Oracle");
  System.out.println("Vector is: " + v);
  // clearing the vector using clear() method
  v.clear();
  // checking vector
  System.out.println("After clearing: " + v);
   }
  } 

Output:

Vector is: [Java, Spring, Hibernate, MongoDB, Oracle]
After clearing: [] 

Example to illustrate copyInto() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        Vector v = new Vector(5);
        // using add() to add elements in the vector
        v.add(1);
        v.add(2);
        v.add(3);
        v.add(4);
        v.add(5);
        Integer[] ar = new Integer[5];
        // copying componnents of vector in array
        v.copyInto(ar);
        System.out.println("elements in array ar: ");
        for (Integer num : ar) {
            System.out.println(num);
        }
    }
} 

Output:

1
2
3
4
5 

Example to illustrate ensureCapacity() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // creating default vector
        Vector v = new Vector();
        // ensuring the capacity
        v.ensureCapacity(20);
        // cheking capacity
        System.out.println("Minimum capacity: " + v.capacity());
    }
} 

Output:

Minimum capacity: 20

Example to illustrate insertElementAt() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        Vector v = new Vector(5);
 //using add() to add elements in the vector
        v.add(1);
        v.add(2);
        v.add(3);
        v.add(4);
        v.add(5);
        // inserting 20 at the index 5
        v.insertElementAt(10, 5);
        // printing vector
        System.out.println(" Vector: " + v);
    }
} 

Output:

Vector: [1, 2, 3, 4, 5, 10]

Example to illustrate removeAllElements() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        Vector v = new Vector(5);
        // using add() method to add elements
        v.add("A");
        v.add("B");
        v.add("C");
        v.add("D");
        v.add("E");
        // removing all elements
        v.removeAllElements();
        // checking size of vector
        System.out.println("Size: " + v.size());
        // checking components of vector
        System.out.println("Elements in Vector " + v);
    }
} 

Output:

Size: 0
Elements in vector: [] 

Example to illustrate setElementAt() method

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // creating default vector
        Vector v = new Vector();
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Ruby");
        v.add("Django");
        // setting MongoDB at the place of Ruby
        v.setElementAt("MongoDB", 3);
        System.out.println("vector: " + v);
    }
} 

Output:

vector: [Java, Python, Android, MongoDB, Django]

Example to illustrate setSize() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // creating default vector
        Vector v = new Vector();
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Ruby");
        v.add("Django");
        // setting the new size of vector
        v.setSize(13);
        // printing the size of vector
        System.out.println("size of vector: " + v.size());
    }
} 

Output:

size of vector: 13

Example to illustrate trimToSize() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // creating default vector of capacity 10
        Vector v = new Vector();
        v.add("Ankit");
        v.add("Aman");
        v.add("Deepanshu");
        v.add("Priyanshu");
        v.add("Himanshu");
        //initial capacity
        System.out.println("Initial capacity of Vector: " + v.capacity());
        // trimming the capacity to size
        v.trimToSize();
        // Printing capacity after trimming
        System.out.println("Capacity of vector after trimming: " + v.capacity());
    }
}

Output:

Initial capacity of Vector: 10
Capacity of vector after trimming: 5 

Example to illustrate clone() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // create default vector
        Vector vector = new Vector();
        Vector vector_clone = new Vector();
        vector.add("Java");
        vector.add("Python");
        vector.add("Android");
        vector.add("Ruby");
        vector.add("Django");
        vector_clone = (Vector)vector.clone();
        // printing cloned vector
        System.out.println("Clone of vector: " + vector_clone);
    }
} 

Output:

Clone of vector: [Java, Python, Android, Ruby, Django]

Example to illustrate toArray() method.

import java.util.*;
public class Demo {
   public static void main(String[] args) {
      // creating an empty Vector with initial capacity 5   
      Vector v = new Vector(5);   
      // creating an array with capacity 5
      String[] vArray = new String[5];
      // using add() to add elements in the vector
      v.add("A");
      v.add("B");
      v.add("C");
      v.add("D");
      v.add("E");
      // filling array from the vector
      v.toArray(vArray);
      // checking the content of the array
      System.out.println("Elements are: "); 
      for (int i = 0; i < vArray.length; i++) {
         System.out.println(vArray[i]);
      }
   }   
} 

Output:

Elements are:
A
B
C
D
E 

Example to illustrate toString() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // creating default vecto
        Vector v = new Vector();
        v.add(1);
        v.add(2);
        v.add(3);
        v.add(4);
        v.add(5);
        // priting equivalent string value for the vector
        System.out.println(" String equivalent of vector are: " + v.toString());
    }
} 

Output:

String equivalent of vector are: [1, 2, 3, 4, 5]

Example to illustrate elementAt(int Index) method.

import java.util.Vector;
 class Demo {
   public static void main(String[] args) {
      // creating an empty Vector v with an initial capacity of 4     
      Vector<Integer> v = new Vector<Integer>(4);
      //using add() to add elements in the vector
      v.add(20);
      v.add(100);
      v.add(120);
      v.add(50);
      //printing the element at 3rd index position in the vector
      System.out.println("Element at 3rd index position :- "+v.elementAt(3));
   }   
} 

Output:

Element at 3rd index position :- 50

Example to illustrate firstElement() method.

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // create default vector of capacity 10
        Vector v = new Vector();
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL");
        // first element of vector
        System.out.println("1st element of vector is: " + v.firstElement());
    }
} 

Output:

1st element of vector is: Java

Example to illustrate get() methods

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        // create default vector of capacity 10
        Vector v = new Vector();
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL");
        // get the element at index 2
        System.out.println("Element at index 3 is: " + v.get(3));
    }
} 

Output:

Element at index 3 is: Oracle

Example to illustrate lastElement() method

import java.util.*;
class Demo {
    public static void main(String[] arg)
    {
        Vector v = new Vector(5);
// using add() to add elements in the vector
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL");
        // checking last element of vector
        System.out.println("vector's last element is: " + v.lastElement());
    }
} 

Output:

vector's last element is: SQL

Example to illustrate remove(int Index) method. 

import java.util.*;
class Demo {
    public static void main(String args[])
    {
        // creating an empty Vector
        Vector<String> v = new Vector<String>();
// Using add() to add elements in the Vector
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL"); 
        // Printing the Vector
        System.out.println("Vector: " + v);
        // Removing the element using remove()
        String rmv = v.remove(3);
        // Printing the removed element
        System.out.println("Removed element: " + rmv);
        // Printing the final Vector
        System.out.println("Final Vector: " + v);
    }
} 

Output:

Vector: [Java, Python, Android, Oracle, SQL]
Removed element: Oracle
Final Vector: [Java, Python, Android, SQL] 

Example to illustrate set() method.

import java.util.*;
class Demo {
    public static void main(String args[])
    {
        // creating an empty Vector
        Vector<String> v = new Vector<String>();
        // Using add() to add elements in the vector
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL"); 
        // Displaying the Vector
        System.out.println("Vector: " + v);
        // Using set() method to replace elements
        System.out.println("The Object that is replaced is: "
                           + v.set(2, "IOS"));
        // Using set() method to replace elements
        System.out.println("The Object that is replaced is: "
                           + v.set(4, "PL/Sql"));
        // Displaying the modified vector
        System.out.println("The new Vector is:" + v);
    }
} 

Output:

Vector: [Java, Python, Android, Oracle, SQL]
The Object that is replaced is: Android
The Object that is replaced is: SQL
The new Vector is:[Java, Python, IOS, Oracle, PL/Sql] 

Example to illustrate the elements() method .

import java.util.*;
class Demo {
    public static void main(String[] args)
    {
        // Creating Vector
        Vector<String> v = new Vector<String>(5);
        // Inserting elements into the table
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL"); 
        // printing the Vector
        System.out.println("The Vector is: " + v);
        // Creating an empty enumeration to store
        Enumeration enu = v.elements();
        System.out.println("The enumeration of values are:");
        // Displaying the Enumeration
        while (enu.hasMoreElements()) {
            System.out.println(enu.nextElement());
        }
    }
} 

Output:

The enumeration of values are:
Java
Python
Android
Oracle
SQL 

Example to illustrate iterator()

import java.util.*;
class Demo {
public static void main(String args[])
    {
        // Creating a Vector
        Vector<String> v = new Vector<String>();
// Use add() to add elements into the Vector
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL"); 
        // Printing the Vector
        System.out.println("Vector: " + v);
        // Creating an iterator
        Iterator val = v.iterator();
        // Printing the values after iterating through the vector
        System.out.println("The iterator values are: ");
        while (val.hasNext()) {
            System.out.println(val.next());
        }
    }
} 

Output:

Vector: [Java, Python, Android, Oracle, SQL]
The iterator values are:
Java
Python
Android
Oracle
SQL 

Example to illustrate listIterator() method.

import java.util.*; 
class Demo {
    public static void main(String[] args)
    {
        // Declaring empty vector
        Vector<String> v = new Vector<String>();
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL"); 
        // Declaring list iterator
        ListIterator LItr = v.listIterator();
        // Forward iterations
        System.out.println("FWD>> Traversal:");
        while (LItr.hasNext()) {
            System.out.println(LItr.next());
        }
        // Backward iterations
        System.out.println("\n BWD<<< Traversal:");
        while (LItr.hasPrevious()) {
            System.out.println(LItr.previous());
        }
    }
} 

Output:

FWD>> Traversal:
Java
Python
Android
Oracle
SQL
 BWD<<< Traversal:
SQL
Oracle
Android
Python
Java 

Example to illustrate listIterator(int index) method.

import java.util.*;
class Demo{
    public static void main(String[] args)
    {
        // Declaring empty vector
        Vector<String> v = new Vector<String>();
        v.add("Java");
        v.add("Python");
        v.add("Android");
        v.add("Oracle");
        v.add("SQL"); 
        // Declaring list iterator
        ListIterator LItr = v.listIterator(1);
        // traversing
        while (LItr.hasNext()) {
            System.out.println(LItr.next());
        }
    }
} 

Output:

Python
Android
Oracle
SQL 

Example to illustrate subList(int fromIndex, int toIndex) method

import java.util.*;
 class Demo {
    public static void main(String[] args)
    {
        // Creating an empty Vector
        Vector<Integer> v = new Vector<Integer>();
        // Adding the elements using add()
        v.add(50);
        v.add(10);
        v.add(50);
        v.add(100);
        v.add(200);
        v.add(60);
        v.add(200);
        v.add(180);
        v.add(90);
        v.add(300);
        System.out.println("The Vector is: " + v);
        // Creating the sublist vector
        List<Integer> sub_list = new ArrayList<Integer>();
        // Setting the limits
        sub_list = v.subList(2, 5);
        //Printing the SubList data
        System.out.println("Values within the sub list: " + sub_list);
    }
} 

Output:

The Vector is: [50, 10, 50, 100, 200, 60, 200, 180, 90, 300]
Values within the sub list: [50, 100, 200] 

Example to illustrate toArray() method.

import java.util.*;
class Demo {
    public static void main(String args[])
    {
        // Creating a Vector
        Vector<String> v = new Vector<String>();
// Using add() to add elements into the Vector
        v.add("Welcome");
        v.add("To");
        v.add("Tutorials");
        v.add("And");
        v.add("Examples");
        // Printing the Vector
        System.out.println("The Vector: " + v);
        // Creating the array and using toArray() method
        Object[] ar = v.toArray();
        System.out.println("The array is:");
        for (int j = 0; j < ar.length; j++)
            System.out.println(ar[j]);
    }
} 

Output:

The Vector: [Welcome, To, Tutorials, And, Examples]
The array is:
Welcome
To
Tutorials
And
Examples