Latihan 6

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