class JSample2_1{ public static void main(String args[]){ String str = "こんにちは"; System.out.println(str); System.out.println("こんばんは"); } }