반응형
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
- 리눅스세팅
- String char[] 형변환
- first-of-child
- MemoryStream
- ID중복
- include지시자
- 상관서브쿼리
- Linux세팅
- 스레드그룸
- StringWriter
- interrupt()
- Daemon()
- Linux셋팅
- 리눅스셋팅
- ObjectInputStream
- 동기화
- include 지시자
- isinterrupted()
- 표현 언어
- ThreadGroup()
- StringReader
- char[] String 형변환
- include액션태그
- InputDialog
- sleep()메소드
- 아이디중복
- first-child
- interrupted()
- 메모리스트림
- 상관 서브 쿼리
Archives
- Today
- Total
목록File (1)
다연이네
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