August 31st, 2009 What will happen if a user tries to overload the run() method? No Comments, Java Facts, by Daisy Williams. run() is a method of the Thread class and the Runnable interface. It makes up the entire body of a… Tags: overload, run(), runnable interface, thread