Course

Create a simple queue of names using Java

Coursera Project Network

The course "Create a simple queue of names using Java" is designed to teach learners how to use a simple queue to create a list of names using Java. Through this course, learners will be able to:

  • Write Java programs to add, remove, peek, find the size, and display names from a Queue
  • Implement manually created Queue operations such as enqueue, dequeue, peek, size, and print methods
  • Utilize the pre-defined LinkedList class to perform operations on a queue

The course aims to provide comprehensive knowledge and hands-on experience in working with queues in Java. By the end of the course, learners will have a solid understanding of queue data structures and how to implement them in Java programs.

Certificate Available ✔

Get Started / More Info
Create a simple queue of names using Java
More Software Development Courses

Spring Framework

LearnQuest

This Specialization in Spring Framework covers microservice architectures, Java database interactions, and the popular Spring Boot and Spring MVC frameworks. Students...

Introduction to the C# Type System

Coursera Project Network

Introduction to the C# Type System course provides essential knowledge to efficiently represent various data types in C# programs.

Spring - Ecosystem and Core

LearnQuest

Spring - Ecosystem and Core provides comprehensive training on the dominant Spring Framework for Java development, covering Dependency Injection, Configuration,...

Data Structures in C

University of Michigan

Data Structures in C is a comprehensive course covering dynamic memory allocation, pointers, arrays, and structures in C programming language. Students will gain...