1/6
Important details and information about the basic structs
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai | Chat |
|---|
No analytics yet
Send a link to your students to track their progress
Java class
The blueprint or template for creating objects in Java.
Class declaration
The statement that declares a class using the class keyword followed by the class name.
Class members
The fields (variables) and methods that belong to a class.
Fields
The variables that represent the state or data of an object.
Methods
The behaviors or actions that an object can perform.
Constructors
Special methods used to initialize objects of a class.
Main method
The entry point of a Java program, called when the program starts.