Creating your first Java Program (J4A - 2)

Posted on Sat 22 February 2014 in J4A (Java for Android), Programming • Tagged with Android, Java

Beginning Java Programming

Some institutes/tutorials start java directly using Netbeans or Eclipse IDE. But this is not the correct way. A better method is to use a basic text editor like Notepad2 or Notepad++ to begin Java. IDE’s provide shortcuts which experienced programmers use. If beginners opt for …


Continue reading

Moving from C++ to Java (J4A - 1)

Posted on Sat 22 February 2014 in J4A (Java for Android), Programming • Tagged with Android, Java

C to C++ and C++ to Java:

C was a powerful programming language but used structural approach. So when the length of code exceeded a particular no. of lines, the code became unmanageable. So this led to Object Oriented Programming techniques and birth of C++. But C++ compilers at that …


Continue reading