Free Java Tutoring via Email

javatutor

新手上路
注册
2003-07-17
消息
25
荣誉分数
0
声望点数
0
Hi There,

Yes, it is free.

If you have any questions in Java programming, please feel free to ask me via email. I will try to get your back as soon as possible. The questions should be general Java (J2SE) related. I will not be responsible for your assignments.

Cheers,

JavaTutor

email: java_ott_tutor@yahoo.ca
----------------------
Sun Certified Java Programmer
 
请问HelloWorld怎么写???:D
 
-______-
......

public HelloWorld{
public static void main (String args[]){
System.out.println("Hello world");
}
}
 
不如这样写

static viod main(String[] args) {
while (1==1) {
System.out.println( "Hello World");
}

不知道运行完,我的机器会不会冒烟
:D :D :D
(纯粹搞笑一下)!!!
 
java编译器应该不会通过编译吧,你可以测试测试:D:D:D
 
后退
顶部