calvin9150 2021. 1. 21. 04:26

연산자 종류와 우선순위

String str = "hi";

str.equals("bye") // 괄호안 내용이 str과 같으면 return true, 틀리면 return false