Tag: runnable

Threads – An Introduction

Threads – An Introduction: What is a Thread? Thread in java means, sequential path followed by a program in execution. All the java programs have atleast one thread (main thread). Defining…