Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zelechos/pragmatic_java

Repositorio de Java para explicar, aprender, estudiar desde los conceptos mas simples a los mas complicados
https://github.com/zelechos/pragmatic_java

annotations java javaee javase modern-java oop sockets testing

Last synced: 4 months ago
JSON representation

Repositorio de Java para explicar, aprender, estudiar desde los conceptos mas simples a los mas complicados

Awesome Lists containing this project

README

        

# Welcome Pragmatic_Java [[v0.2.4]](https://github.com/Zelechos/Pragmatic_Java/releases/tag/v0.2.4) !!!
javascript

java

javascript

## Main folders
javascript

+ ### [Algorithms](https://github.com/Zelechos/Pragmatic_Java/tree/master/Algorithms)
- Description : is a folder that contains exercises and algorithms injava code

+ ### [Annotations](https://github.com/Zelechos/Pragmatic_Java/tree/master/Annotations)
- Description : is a folder that contains Java code that applies different techniques and examples to make annotations in Java

+ ### [Basics](https://github.com/Zelechos/Pragmatic_Java/tree/master/Basics)
- Description : is a folder that contains exercises and basic java code

+ ### [Collections](https://github.com/Zelechos/Pragmatic_Java/tree/master/Collections)
- Description : is a folder containing Java code using Collections has various examples and exercises

+ ### [Files](https://github.com/Zelechos/Pragmatic_Java/tree/master/Files)
- Description : is a folder that contains Java code that is used for managing, creating and deleting files

+ ### [POO](https://github.com/Zelechos/Pragmatic_Java/tree/master/POO)
- Description : is a folder that contains Java code with many exercises using the object-oriented programming paradigm (OOP).

+ ### [RMI](https://github.com/Zelechos/Pragmatic_Java/tree/master/RMI)
- Description : is a folder that contains Java code applying the RMI mechanism with exercises and example code

+ ### [Sockets](https://github.com/Zelechos/Pragmatic_Java/tree/master/Sockets)
- Description : is a folder that contains Java code applying UDP and TCP sockets with different examples and exercises

+ ### [Testing](https://github.com/Zelechos/Pragmatic_Java/tree/master/Testing)
- Description : is a folder that contains Java code that applies different techniques to make tests in Java such as Junit, Mockito, Selenium, TDD and more