Answers

Question and Answer:

  Home  J2SE

⟩ What is block?

In the Java programming language, any code between matching braces.

Example:

{

x = 1;

}

 118 views

More Questions for you: