Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

LICEO DE CAGAYAN UNIVERSITY

College of Information Technology IT-103 Programming 2

Name : _____________________________ Score: _____________

Instructor: ____________________________ Date: _____________

EXERCISE NO. 8: Thread


Objectives:
1. Learn how thread is used in java program.

2. Learn how to create thread program using extends and implements Runnable.

3. Learn the types of Threads.

Materials:
Computer, Internet and Handouts

Problems:
A. Copy the codes to JCreator.
What is the output? _____________________________

What type of thread is used? _____________________________

B. Create program using extends

C. Create program using implement Runnable.

D. Conclusion

________________________________________________________________

________________________________________________________________

________________________________________________________________

You might also like