BLOCK IN JAVA:- A block in Java is a group of one or more statements enclosed in braces.A block start with ( { ) and ends with ( } ). A block statement is generally used to group together several statements, so they can be used in a situation that requires you to use a single […]
Categories