J2SE Question:

What is block?

J2SE Interview Question
J2SE Interview Question

Answer:

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

{
x = 1;
}


Previous QuestionNext Question
What is bean?What is bitwise operator?