본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

JAVA

true인지 false인지, equals()

equals()
true인지 false인지 출력해 확인할 수 있다.

String str = "yes";
System.out.println(str.equals("yes"));