MultiThreading in Java with Lambda Expression part 3

preview_player
Показать описание
For code click here..

In this video we will see
creating multiple threads using java 8 lambda expression.
What is inner class and how to create it.
What is Single Method Interface(SAM) or Functional Interfce.


In computer science, a thread of execution is the smallest sequence of programmed instructions that can be managed independently by a scheduler, which is typically a part of the operating system.

The implementation of threads and processes differs between operating systems, but in most cases a thread is a component of a process.

Multiple threads can exist within the same process and share resources such as memory, while different processes do not share these resources.

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :
Рекомендации по теме
Комментарии
Автор

Hi Navin,
my question is, do we have lambda expressions only for threads ??
not for other scenarios like in strings etc.. ??

VishalChauhantechdroid
Автор

Nice explanation but the voice level was very low..!

trending