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