-
Tomcat
Difference Between Apache Web Server and Tomcat
Apache Tomcat and the Apache httpd server, were created for two different tasks but sometimes We can confuse the functionality…
Read More » -
Core Java
Java 8 Anonymous Function Example
1. Introduction Java is an object Oriented Programming Language, and as such concepts like Encapsulation and Abstraction sits at the…
Read More » -
JavaFX
Colors in Java – JavaFX Color Example
This is an article to see Colors in Java through a JavaFX Color Example. In JavaFX, you can specify the…
Read More » -
Core Java
JAVA ActionEvent Example
1. Introduction An Action can be used to separate functionality and state from a component. For example, if you have…
Read More » -
Mockito
Mockito Mock Database Connection Example
A unit test should test a class in isolation. Side effects from other classes or the system should be eliminated…
Read More » -
Tomcat
Apache Tomcat Connector Example
The Apache Tomcat connector allows to use the Apache httpd server as a front-end for Apache Tomcat applications. With this configuration…
Read More » -
IDE
IntelliJ IDEA Create Test Tutorial
IntelliJ IDEA is one of the most used Java IDE. If we want to create tests for our IntelliJ project,…
Read More » -
Scene
JavaFX Scene Example
This is a JavaFX Scene example. A Scene represents the visual contents of a Stage. The Scene class in the…
Read More » -
Apache Hadoop
The Best Hadoop Analytics Solutions
Data Analytics using Hadoop is one of the most important requirement in businesses today due to the amount of data…
Read More » -
Tomcat
How to Start and Restart Tomcat Server as a Service
Apache Tomcat is a web server and servlet container that is used to serve Java applications. A servlet is a Java…
Read More »