Skip to content

This is a repository for the Software University course - "Java Advanced - May 2020".

Notifications You must be signed in to change notification settings

yavor300/Java-Advanced

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The "Java Advanced" course covers working with the Java language. In the course you will learn to create linear data structures, solve algorithmic problems (problem solving skills), work with streams, files and directories, create template classes. Attention is paid to the functional programming paradigm, as well as to the main tool based on it - Stream API for processing data flows. The development environment that will be used by the training team is IntelliJ Idea 2020, but each student is free to use tools as desired.

SKILLS YOU WILL ACQUIRE:

☑Working with two-dimensional data structures ☑Creating linear data structures ☑Application of basic algorithms ☑Application of functional programming ☑Working with data streams, files, and directories ☑Creating template classes