Posts

Showing posts with the label Use concepts of Thread and obtain concurrency

Zeek_70_JavaThread.java

/* --> Parallelism- Codes Run simultaneously(At a moment all codes running together).   --> Concurrency - Concurrency means multiple tasks which start, run, and complete in  overlapping time periods,in no specific order(At a moment only one code running).