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   
Text File  |  1996-09-28  |  92b  |  8 lines

  1. class Str2 {
  2.     public static void main (String args[]) {
  3.         String a = "1";
  4.         a += "2";
  5.     }
  6. }
  7.  
  8.