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
- KAKAO
- GoogleDrive
- Database
- suricata
- 크롤링 개발
- Python
- 인터넷의이해
- API
- cloud
- Spring
- ChatGPT
- Powershell
- Resnet
- Web
- colab
- 코딩도장
- ICT멘토링
- Spring Boot
- git
- Github
- VSCode
- C언어
- LINUX MASTER
- rnn
- Machine Learning
- Rocky Linux
- Docker
- 고등학생 대상
- OSS
- 국가과제
Archives
- Today
- Total
목록2025/12/14 (1)
코딩두의 포트폴리오
[2023실기] 1회
1. 다음 JAVA로 구현된 프로그램을 분석하여 그 실행 결과를 쓰시오.class Static { public int a = 20; static int b = 0;}public class Test { public static void main(String[] args) { int a = 10; Static.b = a; Static st = new Static(); System.out.println(Static.b++); System.out.println(st.b); System.out.println(a); System.out.print(st.a); }} 2. 다음 C언어로 구현된 프로그램을 ..
정보처리기사/2023 실기
2025. 12. 14. 12:53
