outputStream1 학원 수업 11일차 220901 11-12 입출력스트림 FileOutputStream try - catch - finally FileOutputStream fos= new FileOutputStream(fileName, true); //true : 덮어쓰기X, 기존데이터 + 추가데이터 저장 12-1 ObjectOutputStream Classes that require special handling during the serialization and deserialization process must implement special methods with these exact signatures: 직렬화..? public class LottoDTO implements Serializable 2-3 for(: 배열){} 향상된 for문(.. 2022. 10. 6. 이전 1 다음