Thread class is used to make threads in java, Thread encapsulates a thread of execution. To create a new thread the program will either extend Thread or implement the Runnable interface.
Previous Question Next Question
Your comments will be displayed only after manual approval.