Course contentsShow
Java
Lesson 186 of 2,8704. Control Flow StructuresPro lesson

Block Scope and Variable Lifetime

Variables declared inside a block (between {}) exist only within that block and are destroyed when the block ends.

This lesson is for subscribers

You've completed the free preview. Subscribe to unlock every lesson in every course.