Nuacht

The fastest method present in String class in JAVA to convert charArray to String is the static method of String class called valueOf (charArray []) OR String (char []) constructor.
The comparison of strings with umlauts by the method Arrays#equals is not working as expected. If the char ‘ü’ is removed then the comparison works fine. Best regards, Georgios.