Name the syntax use to get the output of a program on the screen in Java?
Answers
Answered by
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