Tag: Java
Developing an Inheritance Tree Builder for Java Source Code
Developing any application usually involves multiple developers. To understand what the others have coded, a developer needs to put in a lot of effort....
Top 5 Java Compilers Every Developer Should Use in 2018
Learning Java coding is, of course, thrilling. And after hands-on experience in writing a few sample snippets, you’re all set to showcase your creativity!...
Java 10 has Arrived! Check Out the New Features
Java 10 was released just over a few months ago and experts are still analysing its salient features. It has come out on schedule,...
Using Eclipse with Java to Develop Software Applications
Eclipse is an integrated development environment (IDE) used when building software applications. It is one of the most popular, feature-rich IDEs in the Java...
Kotlin: A Language for Modern Multi-platform Applications
Kotlin is a multi-platform programming language that is concise, safe, interoperable and tool-friendly. It is a statically-typed programming language that runs on the Java...
Container Image Builder for Java Applications
Jib can enable developers to deploy, control and containerise Java apps
In order to enable developers to build Java containers with familiar tools, Google...
JavaMoney: An Emerging Feature for Monetary Functions in Banking and Finance
JSR 354, which is also termed as JavaMoney, provides a set of money and currency APIs for Java. These APIs provide support for standard...
“Intelligent IDE Platform is The New Trend in Open Source”
While it is an absolute necessity to have a sustainable business model, the open source market, both global and in India, lack the same....
Choosing a CMS Solution for Java Application Architecture
In this article, the author presents a comparative study of different CMS solutions, discussing their merits and demerits when used in Java application architecture.
With...
Use the Right Tools to Debug Java Applications
Debugging code is an essential part of the program development cycle, and debugging Java applications has its own special problems. In this article, the...