Skip to content
Facebook
  • About Us
  • Contact Us
  • Privacy Policy
Facebook
Tech Geek
Skip to content
  • Java /Spring Boot
    • Basics
    • Java Collection Framework
    • Java Virtual Machine
    • Generics in Java
    • Multi-Threading
  • Cloud
  • Data Structures
    • Linked List
  • SQL / DBMS
  • Interview Questions
    • Core Java Interview Questions
    • Spring Boot Interview Questions
  • System Design
    • Design Patterns
    • High Level | System Design | HLD
Home Posts tagged "JVM" (Page 2)

Tag: JVM

Effectively Final

Gaurav Kawatra February 8, 2022 February 8, 2022Core Java Data Structure, Java, Java 8, JVM 0

The effectively final concept comes in Java 8 as we see the error “local variables referenced from a lambda expression must be final or effectively final”. Primitive variable values are called effectively final if we don’t re-assign the values after initialization. In the case of objects, if we don’t re-assign…

Continue reading

Detect loop in a linked list

Gaurav April 8, 2020 October 30, 2020Core Java, Data Structure, Linked List, LinkedList Algorithms, Amazon, Data Structure, Java, Java 8, JVM, Linked List, Samsung 0

This tutorial is all about how to find a loop in a linked list. But, before we must know What is LinkedList? Loop in a Linked-List: While traversing the list if you didn’t reach NULL which means the last node in the list or we found that the node is…

Continue reading

Java Equals and Hashcode Contract- Part 1

Gaurav November 25, 2019 November 25, 2019Core Java Equals and HashCode, Hadoop, Java, Java 8, JVM, Kafka, Scala, Spark 0

Equals and Hashcode method are available through java.lang.Object class. The object class is default inherited to each and every class and java.lang.* the package is also the default import package in java. So, all the methods of Object class are default inherited to every class in java. Object class provides…

Continue reading

123
  • Facebook
  • Recent Posts

    • Spring Boot Interview Questions – 1
    • Mapping annotation in Spring Boot
    • Rest-API Interview Questions – 2
    • Rest-API Interview Questions – 1
    • Java Optional Class
  • Categories

    • Array
    • ArrayList
    • AWS
    • Cloud Computing
    • Core Java
    • Data Structure
    • DBMS
    • GCP
    • High Level System Design
    • Interview Questions
    • Java Collection Framework
    • Kafka
    • Linked List
    • LinkedList
    • Low Level System Design
    • Security
    • Spring AOP
    • Spring-Framework
    • System Desigm
    • Uncategorized
Copyright © 2025 · Coder Stuff· All rights Reserved.
Powered by Nirvana & WordPress.
Facebook