Java Question Bank
Java Question Bank
10. Explain the concept of importing packages in Java and provide an example
demonstrating the usage of the import statement.
12. What do you mean by a thread? Explain the different ways of creating
threads.
14. Define interface. Explain the working of interface in Java with example.
16. Define Package? Explain with an example how to create and import
package in Java.
18. Explain the concept of importing packages in Java and provide an example
demonstrating the usage of the import statement.
19. Develop a java program to illustrate creation of threads using runnable class
(start method starts each of the newly created threads inside run method. There
is a sleep for suspend the thread for 500 milliseconds).