String aa = "";

 

System.out.println(aa instanceof String);

-> 만약에 aa의 자료형이 String이면 true, 아니면 false가 콘솔에 찍힌다.

+ Recent posts