package com.study.javastudy.study;
public class ReferenceDataType {
public static void main(String[] args) {
String str = new String("hello");
}
}
'자바 기초' 카테고리의 다른 글
| 필드(field) 선언 (0) | 2024.01.27 |
|---|---|
| String 클래스 (0) | 2024.01.27 |
| 클래스 선언 (0) | 2024.01.27 |
| for each문 (0) | 2024.01.27 |
| 2차원 배열 (0) | 2024.01.27 |