home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Gadgets 1
/
ADE-1.bin
/
ade-dist
/
kaffe-0.5p4-src.tgz
/
tar.out
/
contrib
/
kaffe
/
test
/
threads
/
tname.java
< prev
next >
Wrap
Text File
|
1996-09-28
|
142b
|
7 lines
class tname {
public static void main (String args[]) {
System.out.println("Hello, my name is " + Thread.currentThread().getName());
}
}