Langsung ke konten utama

Postingan

Menampilkan postingan dari April, 2012

Java Input With JOption

import javax.swing.JOptionPane; public class import2 {                 public static void main(String[]args)                 {                                 String name ="";                                 name=JOptionPane.showInputDialog("Please Enter Your Name : ");                                 String msg = "Hello " + name + "!";                                 JOptionPane.showMessageDialog(null, msg);                 } } Output :

Knowledge

Contoh Java input with import name  Contoh Java input with JOprtion Metode Newton Raphson Contoh Object dalam PBO Contoh method pada PBO Yang dimaksud Public, Protected, Interface dan Abstarct Apa itu VLSM Apa itu Subnetting..?? Apa itu data warehouse..??? Kelebihan serta kekurang antara database MySQL dan ORACLE