반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- first-of-child
- 상관 서브 쿼리
- include액션태그
- 동기화
- 표현 언어
- include지시자
- 메모리스트림
- Daemon()
- ObjectInputStream
- first-child
- interrupted()
- interrupt()
- Linux셋팅
- isinterrupted()
- 스레드그룸
- ID중복
- InputDialog
- 상관서브쿼리
- 리눅스셋팅
- MemoryStream
- 아이디중복
- ThreadGroup()
- include 지시자
- StringReader
- sleep()메소드
- char[] String 형변환
- StringWriter
- String char[] 형변환
- 리눅스세팅
- Linux세팅
Archives
- Today
- Total
목록File (1)
다연이네
[days25] File 객체
File 객체는 입출력의 대상이 되기 때문에 많이 쓰인다. 파일일수도 있고, 디렉토리일수도 있다. 파일 객체의 메소드 알아보기 package test; import java.io.File; import java.io.IOException; public class Re05 { public static void main(String[] args) throws IOException { //C:\\Users\\82103\\Pictures\\Saved Pictures\\cloud.jpg //File file = new File(File parent, String child); File parent = new File("C:\\Users\\82103\\Pictures\\Saved Pictures\\"); Strin..
Java
2020. 10. 25. 15:28