Question from the Java - Fundamentals test

Compare two strings in Java

Easy
String str1 = "hello";
String str2 = "HELLO";
System.out.println(str1.equals(str2));

What is the result of the following comparison in Java?

Author: EL MostafaStatus: PublishedQuestion passed 62 times
Edit
0
Community Evaluations
developer avatar
Manuvai
04/04/2024
Hi @El Mostafa, could you please * Insert the "```" section before your question * add the translation of : - the question - the possibilities of answer - the explanation ?