Сайт использует cookie-файлы, чтобы сделать ваше пребывание на нем максимально удобным. К cайту подключен сервис веб-аналитики Яндекс. Метрика, использующий cookie-файлы. Оставаясь на сайте, вы даете свое согласие на обработку персональных данных в порядке, указанном в Политике обработки персональных данных
Учим основы
Углубляемся
Сборка проектов
Web-разработка
ORM
JDBC
Логирование
Тестирование
Синтаксис
Пакетирование
File API (I/O, NIO)
OOP, Интерфейсы, Классы и Объекты
Устройство JVM и JMM
Основы многопоточности
Сборка мусора
Maven
Log4j2
Logback
SLF4J
TinyLog
Mockito
MockServer
JPA
JBehave
Cukes
Cucumber-JVM
Grandle
JUnit
AssertJ
Spring Data JPA
TestContainer
REST Assured
Jakarta Enterprise Beans
Connection
Prepared Statement
ResultSet
Hibernate
Алгоритмы и Структуры данных
Управление памятью
Collection Framework
Networking & Sockets
Serialization
Grails
Quarkus
Spring Boot
Servlet АPI
Spring
Типы данных
Исключения
Циклы
Stream API
Стандартный API
I/O Streams
Time API
Операторы и код-блоки
String API
Java
Mocking
Behavior Testing
Unit Testing
Integration Testing
Java Fundamentals
Java is a programming language and computing platform first released by Sun Microsystems in 1995. Java is a general-purpose, class-based, object-oriented programming language designed for having lesser implementation dependencies. It is a computing platform for application development. Java is fast, secure, and reliable. Therefore, it is widely used for developing Java applications in laptops, data centers, game consoles, scientific supercomputers, cell phones, etc. Learn about the fundamentals of Java such as basic syntax, data types, variables, conditionals, functions, data structures, packages, etc.
Java Advanced Topics
Java Advanced Topics delves into crucial concepts that every Java developer should master to build efficient and scalable applications. It covers memory management techniques, deep dives into the collection framework, and explores serialization for data persistence. Networking and sockets are discussed to help you build robust communication systems, while an understanding of how the JVM works and garbage collection mechanisms ensures optimal application performance. Additionally, the basics of threading introduce parallelism, crucial for modern multi-threaded programming.
Build Tools
A build tool is a program or command-line utility that automates the process of compiling, assembling, and deploying software. Build tools are not only limited to compiling code; they can also help with package management, dependency handling, and continuous integration systems.