1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-04-22 16:12:15 +02:00

Add updated java assets

This commit is contained in:
Kamran Ahmed 2025-03-05 12:14:26 +00:00
parent 40793efe4e
commit f953b96d52
51 changed files with 49 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 512 KiB

View File

@ -0,0 +1 @@
# Abstraction

View File

@ -0,0 +1 @@
# Access Specifiers

View File

@ -0,0 +1 @@
# Annotations

View File

@ -0,0 +1 @@
# Array vs ArrayList

View File

@ -0,0 +1 @@
# Arrays

View File

@ -0,0 +1 @@
# Attributes and Methods

View File

@ -0,0 +1 @@
# Basics of OOP

View File

@ -0,0 +1 @@
# Bazel

View File

@ -0,0 +1 @@
# Classes and Objects

View File

@ -0,0 +1 @@
# Concurrency

View File

@ -0,0 +1 @@
# Cryptography

View File

@ -0,0 +1 @@
# Dependency Injection

View File

@ -0,0 +1 @@
# Dequeue

View File

@ -0,0 +1 @@
# Encapsulation

View File

@ -0,0 +1 @@
# Enums

View File

@ -0,0 +1 @@
# Final Keyword

View File

@ -0,0 +1 @@
# Functional Composition

View File

@ -0,0 +1 @@
# Functional Interfaces

View File

@ -0,0 +1 @@
# High Order Functions

View File

@ -0,0 +1 @@
# Inheritance

View File

@ -0,0 +1 @@
# Initializer Block

View File

@ -0,0 +1 @@
# Interfaces

View File

@ -0,0 +1 @@
# I/O Operations

View File

@ -0,0 +1 @@
# Iterator

View File

@ -0,0 +1 @@
# Java Memory Model

View File

@ -0,0 +1 @@
# Javalin

View File

@ -0,0 +1 @@
# Lambda Expressions

View File

@ -0,0 +1 @@
# Lifecycle of a Program

View File

@ -0,0 +1 @@
# Map

View File

@ -0,0 +1 @@
# Math Operations

View File

@ -0,0 +1 @@
# Method Chaining

View File

@ -0,0 +1 @@
# Method Overloading / Overriding

View File

@ -0,0 +1 @@
# Modules

View File

@ -0,0 +1 @@
# Nested Classes

View File

@ -0,0 +1 @@
# Object Lifecycle

View File

@ -0,0 +1 @@
# Optionals

View File

@ -0,0 +1 @@
# Pass by Value / Pass by Reference

View File

@ -0,0 +1 @@
# Queue

View File

@ -0,0 +1 @@
# Record

View File

@ -0,0 +1 @@
# Regular Expressions

View File

@ -0,0 +1 @@
# Set

View File

@ -0,0 +1 @@
# Stack

View File

@ -0,0 +1 @@
# Static Keyword

View File

@ -0,0 +1 @@
# Static vs Dynamic Binding

View File

@ -0,0 +1 @@
# Strings and Methods

View File

@ -0,0 +1 @@
# Type Casting

View File

@ -0,0 +1 @@
# Variables and Scopes

View File

@ -0,0 +1 @@
# Virtual Threads

View File

@ -0,0 +1 @@
# volatile keyword