Latihan 6_Abednego WP

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)){ System.out.println("Both are equal"); } else{ System.out.println("Both are not equal"); } } }
Editor Settings
Theme
Key bindings
Full width
Lines