For java questions in phone interview it was general java questions you probably would have learned in your first coding class in java. Ex: How do you compare a string to another string
Utilisateur anonyme
Use the equals() method like str1.equals(str2)