top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

Why isn't Thread class final? Why would I extend Thread ever?

+1 vote
315 views
Why isn't Thread class final? Why would I extend Thread ever?
posted Dec 8, 2015 by anonymous

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

By making private constructor, we can avoid instantiating class from anywhere outside and by making class final, no other class can extend it. Why is it necessary for Util class to have private constructor and final class ?

+1 vote

If an Employee class is present and its objects are added in an arrayList.

...