Computer Science, asked by pratoshsonekarp7266y, 10 months ago

write java syantax...​

Answers

Answered by vkvinay6230
0

Answer:

When we consider a Java program, it can be defined as a collection of objects that communicate via invoking each other's methods. Let us now briefly look into what do class, object, methods, and instance variables mean.

Answered by himpandey66551
0

Answer:

The syntax of the Java programming language is 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