Java is a platform-independent object-oriented programming language boasting over 3 billion devices that run it.
All we need to get started are the Java Development Kit (JDK) and an Integrated Development Environment (IDE) such as Eclipse:
Oracle - JDK Downloads Eclipse IDEYou can view code snippets, templates, and examples by clicking the button below:
Java SnippetsJavaFX is a Java library used to build modern desktop applications that can be used on multiple devices.
Previously included with the Java Development Kit (JDK), it can now be found on on the JavaFX website:
Open JFX WebsiteYou can view code snippets, templates, and examples by clicking the button below:
JavaFX SnippetsHTML is the foundational markup language that defines the structure of websites.
CSS makes these structured webpages less bland adding styles, colors, and transitions
The most basic HTML template to start with can be found here:
HTML TemplateYou can view code snippets, templates, and examples by clicking the button below:
HTML/CSS Snippets