-
Recent Posts
Recent Comments
- Anonymous on Hello world!
Archives
Categories
Meta
Daily Archives: March 15, 2014
Jawaban Tugas Pertemuan 3b
Does any method in the String class change the contents of the string? Tidak, karena ada beberapa method di String class yang berfungsi untuk hal-hal lain, seperti method length();, yang berfungsi untuk mencari panjang sebuah string, atau method compareTo();, yang … Continue reading
Posted in Uncategorized
Leave a comment
Jawaban Tugas Pertemuan 3a
Why does the System class not need to be imported? Kelas System di Java tidak perlu di-import karena System class berisi fungsi-fungsi dasar yang diperlukan dalam menjalankan Java, seperti ‘System.out.println();’, yang artinya kita memanggil fungsi print dengan baris baru di … Continue reading
Posted in Uncategorized
Leave a comment