Skip to content

Codes #283

@siddharthrgade21-a11y

Description

@siddharthrgade21-a11y

class MyTask implements Runnable {
public void run() {
System.out.println("Thread is running: " + Thread.currentThread().getName());
}
}

public class Main {
public static void main(String[] args) {
Thread thread = new Thread(new MyTask());
thread.start();
}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions