Skip to content

egor250330/jv-multithreading-intro

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Multithreading intro

Create and start in main() method 2 threads: the first extending Thread, and the second implementing Runnable. One of the threads should print out numbers from 0 to 20. The other one should contain an infinite loop where the message "I am the daemon thread!" is printed to the console. Please make this thread a daemon :)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%