---
title: "Interface Runnable"
---

`package java.lang`

```text
public void run()
```

## 설명

- Thread.start에 의해 run메소스가 호출된다.## 메서드 요약

- `void run ()` — Thread.start에 의해 run메소스가 호출된다.

## 메서드 상세

### run

```java
public void run()
```

- Thread.start에 의해 run메소스가 호출된다.

***AromaSoft Corp. Proprietary and Confidential***

*(C)opyright 2003 AromaSoft Corp. All right reserved. 
Contact : [contact@aromasoft.com](mailto:contact@aromasoft.com)*
