inblog logo
|
jay0628
    Java

    [Java] 2.3. 클래스 변수

    김주희's avatar
    김주희
    Feb 03, 2025
    [Java] 2.3. 클래스 변수
    Contents
    1. String

    1. String

    notion image
    package ex01; public class Var04 { public static void main(String[] args) { String s1 = "안녕"; s1 = "굿나잇"; System.out.println(s1); } }
    Share article

    jay0628

    RSS·Powered by Inblog