New1 Java - String과 index 처리 의문 public class Main { public static void main(String[] args) { // 1. 자료형 - 문자열 System.out.println("== 문자열 =="); String s1 = "Hello world"; System.out.println("s1 = " + s1); System.out.println(""); String s2 = "01234"; System.out.println("s2 = " + s2); // 1-1 equals String s3 = "Hi"; String s4 = "Hi"; System.out.println.. 2024. 8. 5. 이전 1 다음