First Program in Java : class Easy { public static void main(String[] args) { System.out.println("Hello World"); } } Run this ProgramNow a days there are many way to run a java program. Some of these are given belowUsing Command PromptUsing NetbeansUsing EclipseUsing Android phone
No comments: