Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • 1
    Implementing Runnable does not mean you can't call a static method from within your Runnable. Just create an anonymous class which implements Runnable and calls the static method in its run method. Commented Dec 20, 2013 at 18:50
  • 1
    I am sorry, I am new to java, could you post an example? Commented Dec 20, 2013 at 18:51