Assalamualaikum.., inilah postingan pertama saya yang sedang belajar. Pelajaran sederhana tapi sangatlah bermanfaat bagi saya pribadi untuk terus memotivasi dan memberi semangat belajar lagi.
Ini digunakan untuk menampilkan nama dan nim saja dengan menggunakan Thread pada javanetbeans.
public class latihannyaThread extends Thread {
public void run (){
System.out.println("nama : Abdul Rasyid A Nurdin");
System.out.println("nim : a2.1400002");
}
public static void main (String[] args){
latihannyaThread t = new latihannyaThread();
t. start();
}
}
terimakasih atas perhatiannya... Semoga bermanfaat.
This is default featured slide 1 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 2 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 3 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 4 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.
This is default featured slide 5 title
Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.










