J2SE Question:

What is block?

Tweet Share WhatsApp

Answer:

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

{
x = 1;
}

Download J2SE PDF Read All 214 J2SE Questions
Previous QuestionNext Question
What is bean?What is bitwise operator?