1public class Test_java
2{
3  public static void main(String[] args)
4  {
5    System.out.println("This is a Test'javapro!");
6  }

7}

8