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 "Java" (Page 8)

Tag: Java

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

JVM (Java Virtual Machine) Architecture – Part 2

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

In the previous article Part-1 (Please go through first this article), we start the discussion on JVM architecture. Until now we have done with part of the class loader subsystem. Now we moving further, anyone have doubts or suggestion. Please let me know through comments or mail. Image is coming…

Continue reading

HashMap Internal Working

Gaurav November 25, 2019 October 30, 2020Core Java Equals and HashCode, Java, Java 8 0

What is HashMap? HashMap is work on the hashing principle. HashMap is a data structure which allows us to store object and retrieve an object in constant time O(1) via a key. Key is an important factor that we use to get and put data in a data structure like…

Continue reading

«‹6789›
  • 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