3
FileConnection fc = (FileConnection) Connector.open ("file : /// C : /products.dat", Connector.READ_WRITE); if (! fc.exists()) { fc.create(); OutputStream os = fc.openOutputStream(); byte [] b = 응답 .toString(). getBytes(); os.write (b); os.flush(); fc.close(); }j2me 예외에서 루트가 액세스 할 수 없습니다.