// 「ようこそJavaへ!」と画面に表示するプログラム class Sample1 { public static void main(String[] args) { System.out.println("ようこそJavaへ!"); } } // end of Sample1.java