Verifica se un oggetto è istanza di una classe.

String str = "Ciao";
System.out.println(str instanceof String);  // true