Computer Science, asked by suvarna5836, 10 months ago

getId()method is provided by .........class in advance java

Answers

Answered by mayanksharma789594
0

Answer:

public class

Explanation:

The getId() method is used to return the thread identifier. The thread ID is a unique positive number which was generated at the time of thread creation.

The thread ID remains unchanged during its lifetime. When the thread is terminated, the ID of thread can be reused.

Similar questions