J2SE Question:
Download Questions PDF

What is block?

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?