Skip to content
Courses
DSA to Development
Get IBM Certification
Newly Launched!
Master Django Framework
Become AWS Certified
For Working Professionals
Interview 101: DSA & System Design
Data Science Training Program
JAVA Backend Development (Live)
DevOps Engineering (LIVE)
Data Structures & Algorithms in Python
For Students
Placement Preparation Course
Data Science (Live)
Data Structure & Algorithm-Self Paced (C++/JAVA)
Master Competitive Programming (Live)
Full Stack Development with React & Node JS (Live)
Full Stack Development
Data Science Program
All Courses
Tutorials
Data Structures & Algorithms
ML & Data Science
Interview Corner
Programming Languages
Web Development
CS Subjects
DevOps And Linux
School Learning
Practice
Build your AI Agent
GfG 160
Problem of the Day
Practice Coding Problems
GfG SDE Sheet
Contests
Accenture Hackathon (Ending Soon!)
GfG Weekly [Rated Contest]
Job-A-Thon Hiring Challenge
All Contests and Events
DSA
Practice Problems
Python
C
C++
Java
Courses
Machine Learning
DevOps
Web Development
System Design
Aptitude
Projects
Sign In
▲
Similar Topics
Java
10.1k+ articles
Java-Functions
4.1k+ articles
Java Programs
2.1k+ articles
Misc
2.1k+ articles
Java-Collections
1.1k+ articles
java-basics
310+ articles
java-stream
130+ articles
Java 8
100+ articles
Java-Stack
56 articles
Java-LinkedBlockingDeque
49 articles
Java - util package
1.5k+ posts
Popular Articles
Recent Articles
Initializing a List in Java
Last Updated: 16 April 2025
TheJava.util.Listis a child interface ofCollection. It is an ordered collection of objects where duplicate values can be stored. Since List
...read more
Java
Technical Scripter
java-basics
Java - util package
java-list
HashMap get() Method in Java
Last Updated: 04 January 2025
The java.util.HashMap.get() method of HashMap class is used to retrieve or fetch the value mapped by a particular key mentioned in the param
...read more
Java
Java-Collections
Java - util package
Java-Functions
Java-HashMap
Stream map() in Java with examples
Last Updated: 04 January 2025
Stream map(Function mapper)returns a stream consisting of the results of applying the given function to the elements of this stream.Stream m
...read more
Java
Technical Scripter
Java - util package
Java-Functions
java-stream
Java-Stream interface
Similar Topics
Java
10.1k+ articles
Java-Functions
4.1k+ articles
Java Programs
2.1k+ articles
Misc
2.1k+ articles
Java-Collections
1.1k+ articles
java-basics
310+ articles
java-stream
130+ articles
Java 8
100+ articles
Java-Stack
56+ articles
Java-LinkedBlockingDeque
49+ articles
HashMap in Java
Last Updated: 07 March 2025
In Java, HashMap is part of the Java Collections Framework and is found in the java.util package. It provides the basic implementation of th
...read more
Java
Java-Collections
Java - util package
Java-HashMap
ArrayList to Array Conversion in Java : toArray() Methods
Last Updated: 04 January 2025
Following methods can be used for converting ArrayList to Array:Method 1: Using Object[] toArray() methodSyntax: public Object[] toArray() I
...read more
Java
Java-Collections
Java - util package
Java-Arrays
Java-Functions
Java-ArrayList
Map Interface in Java
Last Updated: 23 April 2025
In Java, the Map Interface is part of thejava.utilpackage and represents a mapping between a key and a value. The Java Map interface is not
...read more
Java
Java-Collections
Java - util package
java-map
Java List Interface
Last Updated: 08 April 2025
The List Interface in Java extends the Collection Interface and is a part of the java.util package. It is used to store the ordered collecti
...read more
Java
Java-Collections
Java - util package
java-list
ArrayList in Java
Last Updated: 12 March 2025
Java ArrayList is a part of the collections framework and it is a class of java.util package. It provides us with dynamic-sized arrays in Ja
...read more
Java
Technical Scripter
Java-Collections
Java - util package
Java-ArrayList
java-list
Stream In Java
Last Updated: 09 April 2025
Stream was introduced in Java 8, the Stream API is used to process collections of objects. A stream in Java is a sequence of objects that su
...read more
Java
Java - util package
java-stream
Java 8
Arrays Class in Java
Last Updated: 07 April 2025
The Arrays class in java.util package is a part of the Java Collection Framework. This class provides static methods to dynamically create a
...read more
Java
Java-Collections
Java - util package
Java-Arrays
PriorityQueue in Java
Last Updated: 15 April 2025
The PriorityQueue class in Java is part of the java.util package. It implements a priority heap-based queue that processes elements based on
...read more
Java
Java-Collections
Java - util package
Java-Functions
priority-queue
java-priority-queue
Java HashSet
Last Updated: 12 March 2025
HashSet in Java implements the Set interface of Collections Framework. It is used to store the unique elements and it doesn't maintain any s
...read more
Java
Java-Collections
Java - util package
java-hashset
Set in Java
Last Updated: 08 April 2025
The Set Interface is present in java.util package and extends the Collection interface. It is an unordered collection of objects in which du
...read more
Java
Java-Collections
Java - util package
java-set
LinkedList in Java
Last Updated: 03 January 2025
Linked List is a part of the Collection framework present in java.util package. This class is an implementation of the LinkedList data struc
...read more
Java
Java-Collections
Java - util package
java-LinkedList
java-list
Stack Class in Java
Last Updated: 15 April 2025
The Java Collection framework provides a Stack class, which implements a Stack data structure. The class is based on the basic principle of
...read more
Java
Java-Collections
Java - util package
Java-Stack
1
2
3
4
5
6
7
8
>>
Last
1
2
3
4
5
6
>>
Last
1
2
3
4
>>
Last
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !