July 4, 2016 6:18 pm
Published by Edel Blake
The second half of the year is now upon us, and many big tech companies are reporting their half yearly financial results. It should come as a shock to, well, nobody that the tech industry is in good shape. Job...
Read More
June 11, 2016 6:16 pm
Published by Mark Trego
From a student’s perspective, learning a new programming language is not just about knowing the syntax. It’s also about knowing the future scope of that particular language and how it will help you grow as a professional. With the ever...
Read More
April 1, 2016 4:47 pm
Published by Prasannika
Java Standard Edition (SE) 8 was initially released on March 18, 2014, introducing several features into the general-purpose programming language, some of which includes language-level support for lambda expressions, a runtime environment in which developers can embed JavaScript code, annotation...
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 Prasannika
Many 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 Millares
Here 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 Millares
Web 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 Millares
Programming 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 12, 2015 9:59 am
Published by Gerard Millares
Since we have already discussed about inheritance and abstract classes in JAVA, there are no prizes for guessing that the next frontier of this series of blog posts is interface. Interface is very similar to the abstract classes with more...
Read More
November 10, 2015 8:06 am
Published by Gerard Millares
In 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