Skip to content

sedin2/Interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

interview

질문 받았던 내용을 학습하고 정리 하는 저장소

질문 목록

  • CheckedException vs UncheckedException의 차이점

    • Spring @Transaction에서 CheckedExceptionUncheckedExceptionRollback 대상은?

    CheckedException vs UncheckedException & @Transactional Rollback Rules

  • Primitive Type vs Wrapper Class

    • Method Signature에 Parameter가 두 가지 있었는데 하나는 primitive type의 long을, 나머지는 wrapper 클래스 Long을 받았는데 둘의 차이를 설명 해 주세요.
    // Ex)
    public responseDto getInterest(long userId, Long accountId) {
      ...
    }

    Java Primitive Type vs Wrapper Class

About

기술면접때 받은 질문 학습 & 정리

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published