Skip to content

MSH-trojan/Java_21_Trace_Example_1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Java_21_Trace_Example_1

multi-tasking to boost performance

We have two approaches to accomplish it: 1- Using Thread class public class Thread extends Object { … } 2- Using Runnable interface public interface Runnable { public void run();} Runnable is required for multithreading in JFrames

About

A programm demonstrating the multi-tasking in java using the Thread class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages