본문 바로가기

코린이의 소소한 공부노트

검색하기
코린이의 소소한 공부노트
프로필사진 무지맘

  • 분류 전체보기 (1234)
    • Java (109)
    • Back-End (55)
      • Algorithm (36)
      • Data Structure (8)
    • 코딩테스트 풀이 (994)
      • JAVA (963)
      • SQL (31)
    • 먹방일기 (58)
    • Python (14)
    • Deep Learning (4)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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
  • database
  • 구현
  • greedy
  • Counting
  • dynamic programming
  • java
  • 코테
  • SQL
  • Binary Search
  • 코딩테스트
  • 자바
  • Method
  • Tree
  • implement
  • Number Theory
  • geometry
  • bit manipulation
  • two pointers
  • sorting
  • Math
  • Binary Tree
  • string
  • Stack
  • array
  • Class
  • Data Structure
  • 파이썬
  • hash table
  • Matrix
  • simulation
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록wrapper (1)

코린이의 소소한 공부노트

래퍼 클래스, 넘버 클래스

[래퍼 클래스] - 기본형을 감싸는 클래스 - 기본형을 객체로 다뤄야 할 때 사용하는 클래스 public final class Integer extends Number implements Comparable{ // 클래스 안에 // ... private int value; // 기본형이 들어 있다. // ... } 1. Boolean 클래스 - 기본형: boolean - 생성자: Boolean(boolean value), Boolean(String s) Boolean b1 = new Boolean(true); Boolean b2 = new Boolean("true"); 2. Character 클래스 - 기본형: char - 생성자: Character(char value) Character c = new ..

Java 2022. 10. 11. 11:39
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바