Posts

Showing posts with the label start()

Zeek_71_RunnableInterfaceThread.java

  /* --> In Zeek_70_JavaThread we inherited(EXTEND) class Thread for seeing concurrency by threads

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).