You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Core Java Training by Internshala is an online training program covering the basic concepts of Java and Object-Oriented Programming such as arrays, methods, and inheritance, polymorphism, classes etc. As a part of the project, I learned about Java FX and developed two awesome app & game using the same concepts in IntelliJ IDEA.
This Java library simplifies the process of connecting to Oracle Identity Manager (OIM) and relational databases. It provides a reusable Platform class for establishing connections to OIM and databases, both in local development environments and during deployment to OIM servers.
A multi-threaded (e.g. file-based) web server with thread-pooling implemented in Java. This repository is a fork from ibogomolov/WebServer. I extended this project.