Latest Java Aptitude Question SOLUTION: Q. Explain different way of using thread? A. A Java thread could be implemented by using Runnable interface or by extending the Thread class. The Runnable is more advantageous, wh

00 : 12 : 43