Udemy - Java School 3 - Basic Programming for Students and Beginn...
Java School 3: Basic Programming for Students and Beginners
https://WebToolTip.com
Published 8/2025
Created by Forlani Riccardo
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Level: Beginner | Genre: eLearning | Language: English | Duration: 52 Lectures ( 6h 26m ) | Size: 2.8 GB
Create classes, use arrays, sort and manage data: the essential building blocks of Java programming
What you'll learn
Define and implement custom Java classes that include fields (attributes) and methods (behaviors) to model real-world objects.
Write and use constructors to properly initialize the state of new objects when they are created.
Apply accessor (getter) and mutator (setter) methods to read and update the values of private instance variables safely.
nstrate how objects interact by calling methods on one object from another, simulating real-world behaviors and dependencies.
Declare, instantiate, and use one-dimensional (1D) arrays to store and manage collections of elements of the same type.
Traverse arrays using for loops and enhanced for loops to perform operations on each element in a structured and efficient way.
Implement basic array algorithms such as finding a maximum or minimum value, computing a sum or average, or counting specific values.
Explain and apply sorting algorithms like selection sort and bubble sort to reorder array elements and trace their step-by-step execution.
Requirements
The course is designed to continue from *"Java School 2: Programming for Students and Beginners"*, but aside from that, it’s suitable for absolute beginners.