Monday, 4 August 2014

If we are not Overriding the run() method what will happened?

If we are not overriding run() method then Thread class run() method will executed which has empty implementation and hence we will not get any output.

No comments:

Post a Comment