Master the Java Language Lexicon: From Identifiers to Comments

Author: Tatyana Milkina

Are you ready to dive into the Java language lexicon? Our guide offers a detailed study of whitespaces, identifiers, variable naming rules, comments, and much more. From keywords to primitive data types, we will help you master the basics and program with confidence.

Курс 'Java для начинающих' на Udemy Курс 'Java для начинающих' на Udemy
  1. Essential Components of a Java Program
  2. Best Practices for Naming Java Identifiers: Classes, Methods, Constant
  3. Primitive Types and Literals in Java
  4. Java Methods: Syntax, Parameters, Return Types, and Best Practices
  5. Java Variables: Declaration, Initialization and Scope
  6. Binary Representation of Integers: Direct, Inverse & Two’s Complement
  7. Primitive Type Conversion in Java: Implicit and Explicit Type Casting
  8. Java User Input: Reading Data from Keyboard with System.in and Scanner
  9. Tasks
Comments