아 벌써 지겹다..하핳하하핳핳
2. 우리에게 제일 중요한 것 bin폴더 -> java.exe
3. https://docs.oracle.com/javase/8/docs/api/index.html
Java Platform SE 8
docs.oracle.com
https://docs.oracle.com/en/java/javase/16/docs/api/index.html
Overview (Java SE 16 & JDK 16)
This document is divided into two sections: Java SE The Java Platform, Standard Edition (Java SE) APIs define the core Java platform for general-purpose computing. These APIs are in modules whose names start with java. JDK The Java Development Kit (JDK) AP
docs.oracle.com
많은 패키지들이 있다고 함.
java.lang이런것들 공부하게 될것이라고 함.
4.
main함수 클래스를 감쌈
모든함수들이 클래스 안에있다.
static이라는 부분은 클래스 안에 들어가있으면 객체로 만든뒤에 실행할 수 있음
근데 지금 객체로 만든다 라는 것이 없으니까
public class Hello{
public static void main(String[] args){
System.out.println("================");
}
}
클래스로 감싸서 완벽한 객체지향
5. https://insights.stackoverflow.com/survey/2021#overview
Stack Overflow Developer Survey 2021
In May 2021 over 80,000 developers told us how they learn and level up, which tools they’re using, and what they want.
insights.stackoverflow.com
이건 .. 설문조사 보여주심
엥? 수업끝남 대박.
네~ 1주차 수업 끝!
다음부터 열심히 한번 해보도록하겠습니다 :)
저의 수업 필기 ..잘봐주세용
'✍2021,2022 > java' 카테고리의 다른 글
객체 지향 개념 (0) | 2022.08.03 |
---|---|
java 강의 (0) | 2022.08.02 |
spring부트와 aws로 구현하는 웹서비스 따라하기(1) (0) | 2022.07.29 |
java 에서의 소켓 프로그래밍[서버] (0) | 2022.06.01 |
java socket 통신 스레드 이해하기 (0) | 2022.06.01 |