/** * */ /** * @author DELL * Project Name: Java_learn * Class Name: Echo * date: 2019年8月19日{time} */ class Echo { int count = 0; void hello() { System.out.println("helloooo... "); } }