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
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Sign In
▲
Similar Topics
DSA
22.5k+ articles
Java
10.5k+ articles
Java-Functions
4.1k+ articles
Java Programs
1.9k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
Queue
360+ articles
java-basics
310+ articles
Java Examples
230+ articles
Java-ConcurrentLinkedQueue
14 articles
java-queue
22 posts
Popular Articles
Recent Articles
How to Create a Thread-Safe Queue in Java?
Last Updated: 04 March 2024
In Java, thread-safe is defined as the Queue data structure and it allows multiple threads to safely add and remove elements from the queue
...read more
Java
Java Programs
java-queue
Picked
Java Examples
Conversion of a List to a Queue in Java
Last Updated: 25 January 2024
In this article, We will learn about how to convert a List to a Queue in Java using various methods.PrerequisiteQueue Interface in JavaList
...read more
Java
Java-Collections
Java Programs
java-list
java-queue
Picked
Java Examples
TransferQueue Interface in Java
Last Updated: 24 November 2020
The TransferQueue interface is a member of the Java Collections Framework. It was introduced in JDK 1.7, it belongs to java.util.concurrent
...read more
Java
Java-Collections
java-queue
Similar Topics
DSA
22.5k+ articles
Java
10.5k+ articles
Java-Functions
4.1k+ articles
Java Programs
1.9k+ articles
Java - util package
1.5k+ articles
Java-Collections
1.1k+ articles
Queue
360+ articles
java-basics
310+ articles
Java Examples
230+ articles
Java-ConcurrentLinkedQueue
14+ articles
ConcurrentLinkedQueue offer() method in Java
Last Updated: 26 November 2018
The offer() method of ConcurrentLinkedQueue is used to insert the element, passed as parameter, at the tail of this ConcurrentLinkedQueue. T
...read more
Java
Java-Collections
java-basics
Java - util package
Java-Functions
java-queue
Java-ConcurrentLinkedQueue
ConcurrentLinkedQueue peek() method in Java
Last Updated: 26 November 2018
The peek() method of ConcurrentLinkedQueue is used to return the head of the ConcurrentLinkedQueue. It retrieves but does not remove, the he
...read more
Java
Java-Collections
java-basics
Java - util package
Java-Functions
java-queue
Java-ConcurrentLinkedQueue
ConcurrentLinkedQueue add() method in Java
Last Updated: 26 November 2018
The add() method of ConcurrentLinkedQueue is used to insert the element, passed as parameter to add() of ConcurrentLinkedQueue, at the tail
...read more
Java
Java-Collections
java-basics
Java - util package
Java-Functions
java-queue
Java-ConcurrentLinkedQueue
ConcurrentLinkedQueue iterator() method in Java
Last Updated: 26 November 2018
The iterator() method of ConcurrentLinkedQueue is used to returns an iterator of the same elements as this ConcurrentLinkedQueue in a proper
...read more
Java
Java-Collections
java-basics
Java - util package
Java-Functions
java-queue
Java-ConcurrentLinkedQueue
First
1
2
First
1
2
First
1
2
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 !