echo_for_7.java 167 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 package test01; import java.util.*; public class Test01 { public static void main(String args[]) { System.out.println("This is new echo program"); } }