J2SE Question:

Download Job Interview Questions and Answers PDF

What is block?

J2SE Interview Question
J2SE Interview Question

Answer:

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

{
x = 1;
}

Download J2SE Interview Questions And Answers PDF

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