Skip to content

javaexplorer1/JavaRushTasks

Repository files navigation

JavaRush Tasks

Here are collected tasks of varying complexity that I solved while studying the JavaRush course, including interesting mini-projects (tasks divided into several subtasks, as a result of the gradual solution of which relatively complex and large programs are created).

The advantage of the course is that the tasks help to immediately consolidate the acquired knowledge in practice. A clearly articulated list of requirements for each task and automatic verification of the correctness of the solution help to immediately analyze the errors made in the code and take actions to remove them.

The most interesting tasks:

Chat - this is a program with which it will be possible to exchange text messages.

MVC - this is a task for the MVC pattern (Model-View-Controller) - an application that shows a list of users and does something with them, for example, updates their data and deletes them, whose architecture is based on the MVC pattern.

Releases

No releases published

Packages

No packages published

Languages