Posts by Fabiano Santos • 61 points
1 post
-
6
votes1
answer342
viewsQ: Difference in thread execution in Java
See the execution of two similar programs in Java. One inherits from Thread and another implements the interface Runnable: Program1: public class PingPong extends Thread{ private String msg; private…