/Java-Tech-Shots

Java quick topics | short video |

Primary LanguageJava

Java-Tech-Shots

All Java related topics | explanation with video | Java interview guide | Latest java updates

Below are the list of topics

👉 Secure Random Number Generator | OTP generator

👉 All about functional interface

👉What is Functional Programming

👉Lambda Expression

👉Method Reference

👉[Java Watch Service API]

Multithreading In Java

👉 What is multithreading | Concurency |

👉 Creating and running Threads in java

👉 Producer Consumer using wait/notify

👉 Producer Consumer using Locks

👉 Understanding Race Condition

👉 Understanding Deadlock

👉 Understanding starvation

👉 Threadsafe Singleton

👉 Concurent applications using Barriers & Latches

👉 What is Semaphore

👉 Understading casing and atomic variables

👉 Read-Write operations in multicore CPU

👉 Callable

👉 Future

👉 Executor patterns