0
Can anyone tell me about Runnable interface in java?
1 Antwort
+ 1
Runnable is an interface that we are using for threads
we need to implement this interface in our class and override run method
best way for threading is extending Thread class
https://www.sololearn.com/learn/Java/2185/