Process and Threads Demo

Process Demo ok
Threads Demo missing interface part
This commit is contained in:
Karsten Jeppesen
2021-02-15 07:37:50 +01:00
parent 71d5dfaf15
commit 1a88f622ad
7 changed files with 106 additions and 0 deletions

6
ThreadsDemo/.classpath Normal file
View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="output" path="bin"/>
</classpath>