코딩 언어/Java

코딩 언어/Java

Java Modifiers

해당 자료는 w3schools을 참조하여 작성했습니다. https://www.w3schools.com/java/java_modifiers.asp Java Modifiers W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com Modifier의 종류 Modifier는 다음과 같이 두가지 그룹으로 나눌 수 있습니다: Access Modifiers - access level을 제어합..

코딩 언어/Java

Java Type Casting

해당 게시글은 W3schools의 글을 참고하였습니다. https://www.w3schools.com/java/java_type_casting.asp Java Type Casting W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more. www.w3schools.com Java Type Casting Type casting is 한 기본 data type의 값을 다른 type에 할당하는 경우입니다. Java에서..

코딩 언어/Java

왜 JAVA인가?

Strengths of Using Java 객체 지향 패러다임(Object Oriented Paradigm) - 상속(Inheritance), 다형성(Polymorphism), 추상화(Abstraction), 캡슐화(Encapsulation) 확장 및 재사용 가능 - Extensible and Reusable 정적(Statically) Type Compile 및 Interpret 아키텍처 중립(플랫폼 독립) 보안(Pointer 없음, Virtual sand-box) 및 JVM Servlet과 JSP를 사용한 Web Server Programming Database 연결 Weakness of Java? No Independent Function and No Functional Programming No S..

gurcks8989
'코딩 언어/Java' 카테고리의 글 목록