How we can write a program in java
Answers
Answered by
0
Here is an example of Hello World Program in JAVA.
class HelloWorld
{
public static void main(String[]args)
{
System.out.println("Hello World!");
}
}
Similar questions
Math,
6 months ago
Physics,
6 months ago
Social Sciences,
6 months ago
English,
1 year ago
Geography,
1 year ago
Social Sciences,
1 year ago
Math,
1 year ago