Latihan 6

Run Settings
LanguageJava
Language Version
Run Command
class EqTest6 { public static void main(String[] args) { String str = "Java"; StringBuffer buffer = new StringBuffer(str); if(str.equals(buffer)){ System.out.println("Both are equal"); } else{ System.out.println("Both are not equal"); } } }
Editor Settings
Theme
Key bindings
Full width
Lines