스트링 이새끼도
마지막에 널문자 들어가있음??
https://stackoverflow.com/questions/18414873/does-java-define-string-as-null-terminated
No. A String is defined to be a fixed length sequence of char values. All possible char values (from 0 to 65535) may be used in a String.
아아 땡큐합니당!
https://stackoverflow.com/questions/18414873/does-java-define-string-as-null-terminated
No. A String is defined to be a fixed length sequence of char values. All possible char values (from 0 to 65535) may be used in a String.
아아 땡큐합니당!