| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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
- 자바
- IT
- Spring
- C
- OS
- MySQL
- 운영체제
- JPA
- Blockchain
- 파이썬
- 백준
- redis
- MSA
- Data Structure
- 디자인 패턴
- Ethereum
- spring webflux
- react
- Java
- mongoDB
- Heap
- Algorithm
- 알고리즘
- 자료구조
- design pattern
- 네트워크
- Road to Web3
- 컴퓨터구조
- JavaScript
- Galera Cluster
Archives
- Today
- Total
목록System.out.println (1)
시냅스
System.out.println() System 에서 out 은 static 변수로 PrintStream 클래스로 할당됩니다. out 은 jvm 이 시작될 때 intializeSystemclass 함수를 사용하여 jvm 의 standard outputstream(os 로 부터 받은 standard output 을 PrintStream 으로 구현한 것) 으로부터 생성되어 할당됩니다. 고로, 우리는 PreamStream.println() 을 사용하고 있는 것이 됩니다. 혹시 initializeSystemclass() 함수가 궁금하다면 더보기를 참고해주세요... 더보기 private static void initializeSystemClass() { props = new Properties(); initPr..
Java, Spring
2023. 3. 19. 00:37
