Читать книгу OCP Oracle Certified Professional Java SE 17 Developer Study Guide - Jeanne Boyarsky - Страница 107

Creating Local Variables

Оглавление

A local variable is a variable defined within a constructor, method, or initializer block. For simplicity, we focus primarily on local variables within methods in this section, although the rules for the others are the same.

OCP Oracle Certified Professional Java SE 17 Developer Study Guide

Подняться наверх