Skip to content

christopher3810/Java_And_JavaTest_PlayGround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

Java Play Ground


Overview 🌟

이 리포지토리는 Java 언어를 학습하고 Java 를 기반으로 TestCode 를 효율적으로 짜는 방식에 대해 스터디 합니다.

Java 기능, 리팩토링, 코드 학습, 새로운 기능 학습, 그리고 테스트 코드가 포함되어 있습니다.

Code Directory 📁

demoCodes

testCodes

Java Topics

  • Record: Learn about the new record feature introduced in Java.
  • Annotation: Study Java annotations, including TypeParameter, TypeUse, and Repeatable.
  • Thread: Dive into Java threading concepts, including:
    • Demon & non-demon thread
    • Thread priority
    • Futures
    • ExecutorService thread (invokeAll, invokeAny)
    • ScheduledExecutorService thread
    • Completable thread & CompletableFuture Thread
    • CompletableFuture Async thread & CompletableFuture Async and Apply thread & ThenCompose
    • VolatileKeyWord
  • Vector API: Explore the JEP 438: Vector API (Fifth Incubator).
  • SealedClass: Learn about sealed classes in Java.
  • Immutable List : compare immutable lists.
  • AutoCloseable
  • HashMap,TreeMap,LinkedHashMap

About

Java 신규버전 학습, 리팩토링, lib 학습

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages