김태희·Mar 12, 2023Java Tech InterviewJVM Memory는 어떤것으로 구성되어 있나요? Method Area, Heap, Stack, PC Register, Native Method Stack, Constant Pool이 있습니다.
김태희·Jan 15, 2023삶의 지도나는 생각을 머릿속에 가둬두며 실제 행동하기도 전에 이것저것 부정적인 결과가 나올 것이라고 두려워하기 보다는, 우선 행동으로 옮기고 나서 발생하는 실제 결과를 바탕으로 얻는 피드백 혹은 동기부여를 받는 것을 좋아한다.
김태희·Jan 10, 2023Learning the Java Virtual Machine (JVM) can be a challenging but rewarding endeavor, as…Learn the basics of the Java programming language: The JVM is primarily used to run Java code, so you’ll need to have a solid…
김태희·Jan 10, 2023what does “With Kotlin Multiplatform libraries, you can reuse the multiplatform logic in common and…“Kotlin Multiplatform” is a feature of the Kotlin programming language that allows developers to write code that can be shared across…
김태희·Nov 22, 2021[리얼월드 HTTP] 스터디 2주차 20p ~ Chapter 1거대한 프로토콜(통신 규약)인 HTTP는 처음에는 단순한 구조로 출발했지만 지금은 인쇄하면 사전이 될 만큼 거대하다.