Java Multiple Choice Questions
What is a thread in Java? a) A method in Java b) A class in Java c) A lightweight sub-process d) A data structure
Answer: c) A lightweight sub-process
Which class is used to create a thread in Java? a) Thread b) Runnable c) Process d) Executor
Ans...
anusree-anilkumar.hashnode.dev30 min read