Tag Archive: java
January 29, 2016 2:47 pm
Published by PrasannikaIt may be 21 years old and counting, but the object-oriented programming language Java isn’t going away anytime soon. In 2015, Java was named the “Programming Language of the Year” on the TIOBE Index. Considering that it was up against...
Read More
January 8, 2016 10:22 am
Published by PrasannikaJava is one of the most widely used, in-demand programming languages. In fact, the Informations Technology (IT) jobs website Dice says more than 16,000 Java programming positions are open on any given day. It’s used in everything from Android apps...
Read More
December 4, 2015 6:41 pm
Published by Prasannika#1) Java Originally developed nearly 25 years ago (yes, it’s that old), Java is among the most widely used and recognized programming languages in the world. From television and Blu-Ray players to Android smartphones and desktop computers, it’s used virtually...
Read More
November 20, 2015 4:37 pm
Published by PrasannikaMany newcomers to the world of computer programming assume that Java and JavaScript refer to the same language. While they share some similarities in terms of nomenclature and function, they are two very different coding languages with their own unique...
Read More
November 18, 2015 6:48 pm
Published by Gerard MillaresHere are 10 important techniques for writing clean code, regardless of what programming language you use. 1. Keep it Simple, Stupid The first and the most basic tip is to keep it as simple and readable as possible. The more...
Read More
November 17, 2015 10:53 am
Published by Gerard MillaresWeb Development! It is a phrase that excites some and scares others. We’re going to walk you through the top 5 programming languages used in web development so you’ll know which languages you’ll need to know to get started. We’ll...
Read More
November 17, 2015 10:04 am
Published by Gerard MillaresProgramming knowledge is invaluable, and learning new and existing technologies can result in great opportunities and success. Even though money is not the only criteria to measure success and growth, there is no denying the fact that a good salary...
Read More
November 10, 2015 8:06 am
Published by Gerard MillaresIn our last blog, we discussed about inheritance and how inheritance adds another dimension to the Object Oriented nature of JAVA. In this section, we will discuss another feature of JAVA programming that makes this language so popular and useful...
Read More
November 8, 2015 7:49 am
Published by Gerard MillaresWe have already discussed a few concepts of Object Oriented Programming that gives it an edge over the procedural languages. One of the most commonly used aspects of Object Oriented Programming is the inheritance of parent class by the child...
Read More
November 6, 2015 7:14 am
Published by Gerard MillaresConstructor is a concept that Object Oriented Programming has introduced in the world of computer programs; and the use of constructors often minimizes the complexity and the length of a particular code. Imagine giving value of the same variable again...
Read More