Computer Science, asked by Mohanish16, 7 hours ago

Name the syntax use to get the output of a program on the screen in Java?​

Answers

Answered by ananyaanuj2006
2

The syntax of Java refers to the set of rules defining how a Java program is written and interpreted. The syntax is mostly derived from C and C++. Unlike in C++, in Java there are no global functions or variables, but there are data members which are also regarded as global variables.

Similar questions