DEVFYI - Developer Resource - FYI

What is block

J2SE Interview Questions and Answers


(Continued from previous question...)

17. What is block

In the Java programming language, any code between matching braces. Example: { x = 1; }.

(Continued on next question...)

Other Interview Questions