Volver al ranking

Suryakant-Bharti/Important-Java-Concepts

Javasuryakantbharti.com

🚀 Complete Java - A to Z ║ 📚 Notes and Programs of all Important Concepts of Java - OOPS, Data Structures, Algorithms, Design Patterns & Development + Kotlin + Android :fire:

javaobject-oriented-programmingdata-structuresalgorithmsconcurrencyjava-conceptsmultithreadingjava-collectionsjava-programmingjava-multithreadingdesign-patternsjava-development
Crecimiento de estrellas
Estrellas
1.3k
Forks
417
Crecimiento semanal
Issues
4
5001k
ene 2023mar 2024may 2025jul 2026
ArtefactosMavengit clone https://github.com/Suryakant-Bharti/Important-Java-Concepts.git
README

Java & Related Concepts

java banner

This Repo contains Notes and Programs on following topics :

  • Java Fundamentals
  • Java Object-Oriented Programming
  • Java Collections Framework
  • I/O & Networking in Java
  • Concurrency in Java
  • Databases in Java
  • Design Patterns in Java
  • Data Structures in Java
  • Algorithms in Java
  • Kotlin - Modern JVM Language
  • Android Development (Kotlin)
  • Android Libraries (Kotlin)
  • Unit Testing in Java/Kotlin

quote2

[1] Java - Fundamentals & OOPS [Done]

NOTES [Useful Info] :

-> All 50 Java Keywords with definitions & examples

-> Java Features, Execution Process & JVM Internals

-> Java Fundamentals & OOPS Concepts

-> Java OOPS - few points to remember

-> Methods of Number, Char, String, Array Classes

PROGRAMS :

Variables & Operators | Control Flow

Classes & Objects | static & this | Inner Classes

Inheritance (is-a) | Association (has-a, part-of)

Overloading | Overriding | super & final

Runtime Polymorphism | instanceof

Abstraction | Interfaces | Encapsulation

Arrays | Strings | Date & Time | Misc

.

[2] Java - Generics, Collections & Exception Handling [Done]

NOTES [Useful Info] :

-> Java Generics

-> Java Collections Framework

-> Java Errors and Exception Handling

PROGRAMS :

Generics in Java

Collection Interface (List,Set,Queue)

Map Interface (Map)

Legacy (Enum,Vector,Stack,etc)

Collections Class

Exception Handling

.

[3] Java - Files, I/O, Serialization, Networking, Others [Done]

NOTES [Useful Info] :

-> Java Files and I/O

-> Java Serialization

-> Java Networking

-> Java RegEx & Lambda Expressions

PROGRAMS :

Files and I/O

Serialization

Networking (Socket,URL,HTTP,Datagram)

Regular Expressions

Lambda Expressions

.

[4] Java - Threads, Concurrency & Concurrent Collections [WIP]

threads

NOTES [Useful Info] :

-> Java Multithreading & Garbage Collection

-> Java Thread Synchronization

PROGRAMS :

Multithreading

Thread Synchronization

Classic Concurrency Problems

.

[5] Java - Software Design [WIP]

software design

NOTES [Useful Info] :

-> Design Patterns & Examples in JDK

-> Creational Patterns: Singleton, Builder, Factory Method, Prototype

-> Structural Patterns

-> Behavioral Patterns

-> Design Patterns Cheat Sheet

PROGRAMS :

GOF Design Patterns - Creational

GOF Design Patterns - Structural

GOF Design Patterns - Behavioral

SOLID Design Principles

.

[6] Java - Data Structures & Algorithms [WIP]

algo coding

NOTES [Useful Info] :

-> Common Data Structures

-> Searching and Sorting Algorithms

-> Tree and Graph Algorithms

-> Concepts of Dynamic Programming

-> Big O Cheat Sheet

-> LeetCode Data Structures & Algorithms Patterns

PROGRAMS :

Basic Programs | Recursion Programs

Arrays | Strings | Matrix

Linked Lists | Stacks | Queues

BSTs | Heap | Hashing

Searching | Sorting

Tree Traversal | Graph Traversal

Graph Algorithms

Dynamic Programming

Coding Interview Problems

.

[2023] Kotlin - Modern JVM Language [WIP]

kotlin

  • Fastest growing language in Guthub & among the most loved acc. to StackOverflow survey
  • Cross-platform, General-purpose, Concise, Safe & fully interoperable with Java
  • Primary Official language for Native Android Development since 2019
  • Officially supported by Spring Framework, JetBrains Ktor, Eclipse Vert.x (server-side dev)

NOTES [Useful Info] :

-> Kotlin Funadamentals and OOP

-> Data Structures in Kotlin

-> Design Patterns in Kotlin

-> Kotlin Overview, Features & Multi-platform Support

-> Java to Kotlin CheatSheets

PROGRAMS :

Basic Syntax Programs

Collections

Coroutines

Serialization

Standard Library

Kotlin for Android

.

[2023] Android Development (Core Components) [WIP]

android

  • There are 3.6 billion+ active Android devices across 190+ countries
  • Every year, Google Play users worldwide download more than 100 billion mobile apps
  • Native Apps have better performance, security, access to device hardware and software
  • Native apps tends to have less bugs, gets latest features first and run smoother

NOTES [Useful Info] :

-> UI Basics - XML layouts, views, event handlers

-> Activity

-> Fragment

-> Recycler View - display scrolling list data using adapter pattern

-> Intent

-> Broadcast Receiver

-> Content Provider

.

[2023] Android Development (Java & Android Libraries) [WIP]

android libraries

NOTES [Useful Info] :

-> Retrofit - type-safe HTTP client for Java & Android

-> Glide - efficient image loading lib with media decoding, memory & disk caching

-> RoomDB - ORM based SQLite wrapper for fluent db access

-> WorkManager - schedule deferrable, asynchronous tasks

-> ViewModel - store & and manage UI-related data in lifecycle-aware way

-> LiveData - lifecycle-aware observable data holder, ootb data binding support

-> DataBinding - bind UI components to data sources in declarative way

-> RxJava - asynchronous, event-based programs using observable sequences

-> Dagger - static, compile-time dependency injection framework

-> JUnit - developer-side testing on the JVM (unit testing framework)

*-> Mockito - mocking objects in unit tests (test doubling framework)

.

Relation of Java and Others Languages

NOTES [Useful Info] :

-> Comparisons between C, C++, C# and Java Language

-> CheatSheet | C# for Java Developers

-> Java and Python

.

Extras

NOTES :

[USEFUL INFO - Good Java & Computer Science Books for Reference]

[USEFUL INFO - Great Websites for Learning Java & Computer Science]

.

NOTE :

I will keep adding more important codes to this Repo throughout 2023. 

Happy Learning! :smiley:

.

REFERENCES :

This repository contains some codes and images from other authors.
Used for "Nonprofit Educational Purpose".
References are listed in the above link for Books & Websites.

Thanks to those authors! :thumbsup:

.

...THE END...
Repositorios relacionados
CyC2018/CS-Notes

:books: 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计

algorithmleetcode
cyc2018.xyz
184.9k50.8k
Snailclimb/JavaGuide

Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发

JavaScriptnpmApache License 2.0javainterview
javaguide.cn
157.2k46.2k
iluwatar/java-design-patterns

Design patterns implemented in Java

JavaMavenOtherjavaprinciples
java-design-patterns.com
94.2k27.4k
Stirling-Tools/Stirling-PDF

#1 PDF Application on GitHub that lets you edit PDFs on any device anywhere

JavaMavenOtherdockerjava
stirling.com
87.8k7.8k
macrozheng/mall

mall项目是一套电商系统,包括前台商城系统及后台管理系统,基于Spring Boot+MyBatis实现,采用Docker容器化部署。 前台商城系统包含首页门户、商品推荐、商品搜索、商品展示、购物车、订单流程、会员中心、客户服务、帮助中心等模块。 后台管理系统包含商品管理、订单管理、会员管理、促销管理、运营管理、内容管理、统计报表、财务管理、权限管理、设置等模块。

JavaMavenApache License 2.0spring-bootspring-security
macrozheng.com/admin/
84.3k29.8k
spring-projects/spring-boot

Spring Boot helps you to create Spring-powered, production-grade applications and services with absolute minimum fuss.

JavaMavenApache License 2.0javaspring-boot
spring.io/projects/spring-boot
81.1k42k
doocs/advanced-java

😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识

JavaMavenCreative Commons Attribution Share Alike 4.0 Internationaljavadistributed-systems
java.doocs.org
79k19.2k
elastic/elasticsearch

Free and Open Source, Distributed, RESTful Search Engine

JavaMavenOtherelasticsearchjava
elastic.co/products/elasticsearch
77.6k26.1k
TheAlgorithms/Java

All Algorithms implemented in Java

JavaMavenMIT Licensejavaalgorithms
66k21.2k
kdn251/interviews

Everything you need to know to get the job.

JavaMavenMIT Licensejavainterview
youtube.com/channel/UCKvwPt6BifPP54yzH99ff1g
65.1k12.9k
youngyangyang04/leetcode-master

《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀

Shellleetcodeprogrammer
62k12.3k
azl397985856/leetcode

LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解,记录自己的leetcode解题之路。)

JavaScriptnpmOtheralgorithmleetcode
leetcode-solution-leetcode-pp.gitbook.io/leetcode-solution/
55.8k9.4k