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 |
Tags
- NotEmpty
- @Valid
- NotBlank
- db
- Proxy Patter
- Web
- java
- Item04
- 이펙티브 자바
- deleteById
- 데이터베이스
- Effetive Java
- @MockBean
- 디자인 패턴
- SQL 삽입 공격
- Connection Pool
- multi module
- 트랜잭션
- @SpyBean
- Effective Java
- Firebase
- 플라이웨이트
- springboot
- restTemplate
- Spring Boot
- @ControllerAdvice
- FCM
- Service Locator
- Service Locator 패턴
- JPA
Archives
- Today
- Total
목록기본형 (1)
NoTimeForDawdling
기본형(Primitive Type)과 참조형(Reference Type)
기본형과 참조형의 종류 기본형과 참조형의 종류는 다음과 같습니다. 기본형(Primitive Type) Boolean Type(boolean) Numeric Type Character Type(char) Integral Type Integer Type(short, int, long) Floating Point Type(float, double) 참조형(Reference Type) Class Type Interface Type Array Type Enum Type 기본형(Primitive Type) 기본형이란? 기본형은 실제 값을 저장하는 공간입니다. 자바에서 기본 자료형은 반드시 사용하기 전에 선언되어야 합니다. 비객체 타입으로 null값을 가질 수 없습니다. 기본형의 종류(8가지) Type Bits Ra..
Java
2021. 3. 2. 14:35