Skip to content
IT Interview Guide
  • About Me
  • Cloud Native
    • CICD
    • Containers
      • Docker
      • Kubernetes
    • DevOps
    • Microservices
  • Programming
    • C++
    • Golang
    • Java
    • JavaScript
      • Angular.js
      • Node.js
      • React.js
    • Python
  • Software Engineering
    • Design Patterns
    • OOAD
    • Testing

LinkedList in Java

What is a LinkedList in Java and How is it Used?

January 4, 2025 by Aditya Pratap Bhuyan
Java

Learn what a LinkedList in Java is, its uses, and explore how it can be implemented with code examples for real-world applications. Discover how this data structure enhances performance for dynamic data storage.

Categories Java Tags Data Structures, java, Java Code, Java Collections, Java LinkedList Example, Java Programming, LinkedList, LinkedList in Java Leave a comment

How to Implement a Stack Using a LinkedList in Java?

November 15, 2024 by Aditya Pratap Bhuyan

Learn how to implement a stack using a linked list in Java with detailed code examples. Understand the stack operations such as push, pop, and peek while working with LinkedList as the underlying data structure.

Categories Java Tags Data Structures Java, Java Stack Data Structure, Java Stack Implementation, LinkedList in Java, Stack Operations in Java, Stack Using LinkedList Leave a comment

How Do You Retrieve an Element from a LinkedList in Java?

October 21, 2024 by Aditya Pratap Bhuyan

Learn how to retrieve an element from a LinkedList in Java with practical examples. This guide explains different ways to access elements, including using the get method and traversing with iteration.

Categories Java Tags Java LinkedList, LinkedList, LinkedList in Java, LinkedList Java example, LinkedList retrieval, LinkedList traversal, retrieve elements Leave a comment
  • C++
  • Java
  • Python
  • Uncategorized

Collections Collections Framework concurrency Data Structures Functional Programming generics java Java 8 Java 8 Features Java Best Practices Java Code Java Code Example Java code examples Java Collection Framework Java Collections Java Collections Framework Java Concurrency Java data structures Java Development Java examples Java Functional Programming Java generics Java List Java multithreading Java Performance Java Programming Java serialization Java Stream API Java Streams Java synchronization Java threads Java Tutorial Java Tutorials Lambda Expressions multithreading multithreading in Java object-oriented programming performance optimization Programming Software Development Stream API synchronization thread management thread safety type safety

  • How to Filter a Collection Using Streams in Java?
  • 300 Java Interview Questions for Beginners
  • What is the Stream API in Java 8 and How Does It Work?
  • What Are Lambda Expressions in Java and How Do They Work?
  • What is a Thread in Java and How Does It Work with Examples?
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
© 2025 IT Interview Guide • Built with GeneratePress