Java Programming...
App., ready-to-use solutions and complete resources
Java is perhaps the most powerful object-oriented programming languages
Fond of Code Java is one of Fond of Code's complementary resources website. It is exclusively dedicated to this technology and its ecosystem.
Here, you will find ready-to-use solutions (some are free), complete and numerous resources libraries, but also professional App.

Topics
Polymorphism
Polymorphism is a term whose Greek etymology means, "taking on or possessing several forms".
...
Read MoreAccess Modifier
Access modifiers determine the access levels of classes, variables, but also constructors and methods.
...
Read MoreJava Exceptions
Exceptions are errors that occur during the execution of a Java program, and therefore require specific handling.
...
Read MoreInheritance
In the programming fields, inheritance means that a class or an object may inherit the properties of another (parent) class or object.
...
Read More