Tuesday, November 29, 2011

What is block?

In the Java programming language, any code between matching braces. Example: { x = 1; }.:block is a set of statements and expressions within the braces..
Category:J2SE Interview Questions

No comments:

Post a Comment