class FristJavaProgram { public static void main(String[] args) { System.out.println("Congratulation!Your first java program run successfully"); } }