J2SE Question:
Download Job Interview Questions and Answers PDF
What is block?
Answer:
In the Java programming language, any code between matching braces.
Example:
{
x = 1;
}
Example:
{
x = 1;
}
Download J2SE Interview Questions And Answers
PDF
Previous Question | Next Question |
What is bean? | What is bitwise operator? |