Search Results for: java 8
-
Apache Hadoop
Apache Hadoop RecordReader Example
In this example,we will have a look at and understand the concept of RecordReader component of Apache Hadoop. But before…
Read More » -
Tomcat
Apache Tomcat Manager Tutorial
The Apache Tomcat® software is an open source implementation of the Java Servlet, JavaServer Pages, Java Expression Language and Java…
Read More » -
Eclipse
How to update Eclipse
In this article we will see how we can update Eclipse. Eclipse is the most popular Integrated Development Environment (IDE)…
Read More » -
Eclipse
Eclipse Checkstyle Plugin Example
Checkstyle is a development tool to help programmers write Java code that adheres to a coding standard. It automates the…
Read More » -
Apache Hadoop
Hadoop Sequence File Example
In the article we will have a look at Hadoop Sequence file format. Hadoop Sequence Files are one of the…
Read More » -
Git
Mysysgit Tutorial
Recently, Git has been popularly used among developers. Compared with other Version Control Systems, such as SVN (Apache Subversion) and CVS(Concurrent Version System),…
Read More » -
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 » -
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 »