Skip to content

Conradmaker/java-theory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

description
Programming Essential (with. Java)

프로그래밍 기초(With. Java)

프로그래밍이란?

프로그램(Program) = 컴퓨터가 인식할 수 있는 명령어의 나열

프로그래밍(Programming) = 프로그램을 작성하는 과정 = 코딩

프로그래머(Programmer) = 프로그램을 작성하는 사람

프로그래밍 언어 = 프로그램을 작성하기 위한 언어체계, 사람이 컴퓨터와 소통하는 요소

자바의 특징

1.운영체제에 독립적(이식성이 높음)

2.사용하기 쉬운언어 -사용하기 쉬운언어

                                   -객체지향언어 

                                   -능률적이고 명확한 코드 작성 가능

3.자동 메모리 관리 (Garbage Collection)

4.네트워크와 분산환경 지원

5.멀티쓰래드 지원

6.동적 로딩 지원

JVM(Java Virtual Machine)

자바를 실행하기 위한 가상 기계로 플랫폼에 의존적

byte code(class파일)를 해석하고 실행하는 interpreter

자바 개발 환경

JDK (Java Developement Kit) + Java SE or Java EE

  • Eclipse

About

자바 학습내용 정리

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •