💭 Study/: Java
[Java] ch1 자바의 특징, JVM과 JIT 컴파일러
about java sun사에서 개발 객체지향적 프로그래밍 언어 현재 웹 어플리케이션과 모바일 앱 개발에 가장 많이 사용 우리나라 기업에서 사용하는 프로그램의 대부분을 구성 Java: A simple, object-oriented, distributed, interpreted, robust, secure, architecture neutral, portable, high-performance, multithreaded, and dynamic language 특징 간단하다 객체지향적 - class 사용 compile 언어이자 interpreter 언어 robust(강력하다) 포인터 연산을 지원x, 모든 메모리 접근을 자바 시스템이 관리(exception handling도) 시스템 붕괴의 우려x secure..
2023. 8. 9.