- 영문명
- The data types of Java programming language
- 발행기관
- 호서대학교 공업기술연구소
- 저자명
- 이호석
- 간행물 정보
- 『공업기술연구 논문집』제16권 제1호, 463~479쪽, 전체 17쪽
- 주제분류
- 공학 > 제어계측공학
- 파일형태
- 발행일자
- 1997.12.30

국문 초록
Java 프로그래밍 언어는 general- purpose concurrent object-oriented 언 어 이 다 . Java 언어는 개념과 구문이 모두 간결하고 통일되어 있으며 프로그램의 이식성을 최대한 보장하여 인터넷 환경에서 활용되도록 가상기계를 대상으로 목적코드를 생성한다. 프로그래밍 언어에서 가장 중요한 부분이 data type 부분이다. Java 언어는 primitive type 과 reference ty pe 을 지원한다. Primitive type 에는 boolean type 과 numerictype 이 있다. Numeric type 에는 character, byte, short integer, integer, long integer, single - precision 과 double-precision floating point number^!* 있다. Reference type 에는 class type, interface type, array type 이 있다. C lass ty pe 이란 object instance 를 생성하기 위한 abstract data type 이다. Interface type 이란 주로 다중상속 대신 사용하기 위한 방법으로 Java 언어의 가장 특징적인 data ty p e 이다. 그리고 Java 언어는 array 를 o b ject 로 간주하여 지원하기 때문에 array type 이 존재한다. 그리고 Java 언어는 modifier 를 사용하지 않은 class 를 structure ty p e 과 유사한 방법으로 사용할 수 있도록 지원한다.
영문 초록
Java is considered a general-purpose concurrent object-oriented programming language.
Its syntax is similar to C++, but it omits many of the features of C++. Java is a strongly typed language. The types of the Java language are divided into two categories : primitive types and reference types. Primitive types are boolean type and numeric types. Numeric types are byte, short integer,* integer, long integer, single-precision and double-precision floating point numbers. Reference types are class types, interface types, array types. The Class type is the abstract data type. The interface type is one of the most important types of Java and is mostly used to circumvent the difficulties of multiple inheritance. Java language treats the array as a kind of object. And Java does implicitly support the structure type which general—purpose programming languages generally support. The programmer can use the class type without modifier as a structure type.
목차
1. 서 론
2. Java 언어의 특징
3. 프로그래밍에서의 structure A bstract data type
4. 결 론
키워드
해당간행물 수록 논문
참고문헌
최근 이용한 논문
교보eBook 첫 방문을 환영 합니다!
신규가입 혜택 지급이 완료 되었습니다.
바로 사용 가능한 교보e캐시 1,000원 (유효기간 7일)
지금 바로 교보eBook의 다양한 콘텐츠를 이용해 보세요!
