Argonz's Weblog

My Personal Weblog

Archive for the ‘Java’ Category

Coding for Java programming

Java Lesson 7 : Class, Konstruktor, metode and atribut

Posted by argonzdcc on December 1, 2009

Hai frend..! ketemu lagi di Java Lesson 7, kali saya menulis tentang penulisan class, attributnya dan metode. Silahkan diperhatikan listingnya, baca perjelasannya dan diamati.
Read the rest of this entry »

Posted in Java, Pemrograman | Leave a Comment »

Java Lesson 6 : Looping 3 (do – while)

Posted by argonzdcc on December 1, 2009

Penjelasan :
Line 4 : do
Perintah do adalah perintah untuk menjalankan statemen yang ada di dalam bloknya ( tanda kurawal / line 5 dan line 8 ) Read the rest of this entry »

Posted in Java, Pemrograman | Leave a Comment »

Java Lesson 5 : Looping 2 (while)

Posted by argonzdcc on November 19, 2009

Posted in Java, Pemrograman | Leave a Comment »

Java Lesson 004 : Looping 1 ( for)

Posted by argonzdcc on November 18, 2009

Ok guys, kali ini saya akan menggunakan bahasa sebagai bahasa pengantar dalam tulisan kali ini. Sekarang kita memasuki pelajaran empat yaitu perulangan (Looping). Dalam java kita akan mengenal 3 bentuk perulangan yaitu for, while dan do-while. Untuk hari ini kita pelajari for dulu. Ok guys..! Let start..! Read the rest of this entry »

Posted in Java, Pemrograman | Leave a Comment »

Java Lesson 003 : Flow Control 2 (switch)

Posted by argonzdcc on November 16, 2009

Posted in Java, Pemrograman | Leave a Comment »

Java : Lesson 002 Flow Control 1 (if)

Posted by argonzdcc on November 10, 2009

Hi guys..! We will continue our lesson, before I have posted lesson 001 as warming up our lesson. May be some of you ask me why didn’t the lesson explain about basic programming like structure programming, variable definition, type data, consept of object oriented ect. I answer that this lesson for us who have studied about programming and who want to know form programming of java. But if you want to ask about that (type data, etc) we can discuss about that. Just comment me and I will try to reply you. Okay guys.. Lets start our lesson ..!!
Read the rest of this entry »

Posted in Java, Pemrograman | Leave a Comment »