What’s strange about Java? Every programming language has its quirks and Java is no different. In this post, I present one of Java’s oddities, which was introduced to this language in the Java 8 ...
Java interfaces are different from classes, and it’s important to know how to use their special properties in your Java programs. This tutorial introduces the difference between classes and interfaces ...
The original announcement of the GNOME Desktop Project in 1997 stated the following intention, “to use GTK/Scheme bindings for coding small utilities and applications”. Since then, the GNOME ...
In the world of IDE-based development, programmers can easily become detached from JDK and the underlying technology that makes their applications work. Here is a list of the five most useful Java ...
Java started its life in the early 1990s as an attempt to develop an architecture-independent language that could be used in consumer electronics and other embedded contexts. It found itself in the ...
A lot of Java applications today can be extended, viz. adding newfeatures to the application by writing "plug-ins" in Java. One suchexample of this is the NetBeans plug-in framework. We can invoke ...
Most applications are designed to help people get their job done, so the success of an application often depends largely on how people use it. Many application development teams falsely assume that ...
Back in the early days of Java, developers created applications using nothing more than notepad and the DOS command prompt. Thanks to the advent of IDEs, those days are gone forever. Short for ...