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
/
strings
/
Str2.java
< prev
Wrap
Text File
|
1996-09-28
|
92b
|
8 lines
class Str2 {
public static void main (String args[]) {
String a = "1";
a += "2";
}
}