Programming Languages That An IT Professional Must Know

To be a successful IT professional it is very important to bag some of the most popular and important programming languages. The more skills you add in your resume the more is the chance of getting a good position. Knowing all kinds of programming languages is very important to cope up in today’s fast growing… Continue reading Programming Languages That An IT Professional Must Know

Java Program To Calculate Lines Of Code

Lines of Code (LOC) is a program written in any programming language which takes up input of a program file and calculates the number of lines of code in that program. In this article, will will write an LOC program in Java. This program will take input as a .Java file, process that file and… Continue reading Java Program To Calculate Lines Of Code

More About Java

Java is a relatively modern programming language – well, at least compared to traditional languages such as C, Pascal, and BASIC.  Java was developed by James Gosling at Sun Microsystems.  It was released in 1995. Java is a “high level” programming language.  In this context, high level means the opposite of what you might think. … Continue reading More About Java