Skip to content

Base exercises and examples in Java using Gradle

RoyalSpirit/TauUniversityJavaCourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TauUniversityJavaCourse

Repository for basic Java practice — examples, exercises, and small experiments.
The project is managed with Gradle Wrapper for consistent builds and execution.


Project Structure

  • gradlew* — Gradle Wrapper scripts (Unix + Windows)
  • gradle/wrapper/ — Gradle wrapper files
  • build.gradle — project dependencies and build configuration
  • settings.gradle — project settings
  • src/main/java/ — Java examples and utilities

Topics

Java basics: structure, compilation, main
Variables, data types, operators
Control flow (if/else, switch, loops)
Arrays and Strings
Methods and scope
OOP: classes, objects, encapsulation
Inheritance, polymorphism, interfaces
Collections (List, Set, Map)
Generics
Exception handling

About

Base exercises and examples in Java using Gradle

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages