Tampilkan postingan dengan label how to. Tampilkan semua postingan
Tampilkan postingan dengan label how to. Tampilkan semua postingan

Minggu, 06 November 2011

How find the IP Address of your router to configure it?


Why would you need to find the IP address of your router? You might need to access your router to configure its settings when you are setting up a home network. In fact you will absolutely have to do this is you are

Jumat, 04 November 2011

How To Becom a Java Programmer


Tools all in place for programming: computer, carbs, caffeine

To become a Java programmer, you need a "compiler", a program to convert Java source code to bytecode. In the old days, the only option was Sun's Java Development Kit; but now you have many options, including the GNU project's gcj which creates class files or native executables, and jikes, IBM's open source contribution. You also will need a Java virtual machine, which is a "machine within a machine" which understands Java bytecodes and translates them into machine language on the target processor. There are many available, but you can never go wrong with the javac compiler and java JRE virtual machine included with Sun's Java standard edition