Sunday, August 23, 2015

Saturday, August 22, 2015

Friday, August 21, 2015

Thursday, August 20, 2015

Wednesday, August 19, 2015

10 Major Differences Between C And JAVA

Here are the major differences between C And JAVA. 1. JAVA is Object-Oriented while C is procedural. Different Paradigms, that is. Most differences between the features of the two languages arise due to the use of different programming paradigms. C breaks down to functions while JAVA breaks down...

Monday, August 17, 2015

Java Setup with Environment Variables

Download Java here. After installing the latest version of java, you can manually set the path of the Environment Variables using following instructions. Setting up the path for windows 2000/XP/7/8/8.1: Assuming you have installed Java in c:\Program Files\java\jdk directory:Right-click on 'My Computer'...

Understanding the base elements of Java (Programming Language)

Java is a general-purpose computer programming language that is concurrent, class-based, object-oriented, and specifically designed to have as few implementation dependencies as possible. It is intended to let application developers "write once, run anywhere", meaning that compiled Java code can run...