skip to main
|
skip to sidebar
Home
I care, you?
Scribbling
JA'W'A
DOWNLOAD
Software
Games
E-learning
COMPUTER SCIENCE
Film
TIPS and TRICK
Facebook
Chatting
LIVE STREAMING
TV Online
Radio
Photos
Senior High Schooll
XII A 1
XI A 5
X 4
Mount Climbing
About Me
Speed Test
About Me
Categories
E-learning
(1)
Film
(3)
Games
(2)
JAVA
(12)
Scribbling
(3)
Software
(2)
Tips And Trick
(1)
Al Amin
Sunday, September 18, 2011
Using Multiple Class
11:29 PM
Al Amin
yang dipanggil:
public class duakelas
{
public void amin()
{
System.out.println("Kulo Nuwun !!!") ;
}
}
yang memanggil:
public class duakelass
{
public static void main(String[] args)
{
duakelas asik = new duakelas();
asik.amin();
}
}
output: Kulo Nuwun !!!
Posted in:
JAVA
Email This
BlogThis!
Share to X
Share to Facebook
Newer Post
Older Post
Home
amin