본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

JAVA

Wrapper, 기본 자료형을 제공하는 클래스

Wrapper
기본 자료형(bsil fd cb)의 객체를 제공하는 클래스
https://standout.tistory.com/56

 

자바 기본타입 (bsilfdcb)

외워보자. bsil fd cb 비실한 fd가 시비를 건다. 자바에서 값을 표현할때 데이터 타입으로 정수, 실수, 논리형을 가진다. 위 표를 봐보자, 최소단위 byte는 1byte로 8bit를 가지고 있고, 256자리를 표현, -1

standout.tistory.com

https://docs.oracle.com/en/java/javase/19/docs/api/java.base/java/lang/package-summary.html

 

java.lang (Java SE 19 & JDK 19)

package java.lang Provides classes that are fundamental to the design of the Java programming language. The most important classes are Object, which is the root of the class hierarchy, and Class, instances of which represent classes at run time. Frequently

docs.oracle.com

'JAVA' 카테고리의 다른 글

초기화와접근, setter getter  (0) 2023.03.15
JAVA float와 long 표시방법  (0) 2023.03.15
servlet-api.jar란?  (0) 2023.03.11
Class.forName(), 클래스를 제공하는 메서드  (0) 2023.03.11
자바의 자료구조, collection  (0) 2023.03.11