Redian新闻
>
Re: 怎样不用main(String args[])输出"hello worl
avatar
Re: 怎样不用main(String args[])输出"hello worl# Java - 爪哇娇娃
xt
1

echo Hello World :-)
You can use
main(String[] args)
{
print( System.out, "Hello World");
}
private static void print( PrintStream out, String txt )
{
out.println( txt );
}
avatar
w*o
2
你这是偷梁换柱,但还是用了main();
而且你的codes compile不通过
这道题好像是考察一下对JVM的运行
机制是否理解,但我google不到,

【在 xt 的大作中提到】
:
: echo Hello World :-)
: You can use
: main(String[] args)
: {
: print( System.out, "Hello World");
: }
: private static void print( PrintStream out, String txt )
: {
: out.println( txt );

avatar
g*s
3
应该可以用
static{
System.out.println("Hello World");
}
来实现吧.

【在 w*******o 的大作中提到】
: 你这是偷梁换柱,但还是用了main();
: 而且你的codes compile不通过
: 这道题好像是考察一下对JVM的运行
: 机制是否理解,但我google不到,

avatar
w*o
4
Compile通过了,运行也有"Hello World"输出。
尽管有Exception。
D:\>java Test
Hello World
Exception in thread "main" java.lang.NoSuchMethodError: main
在 gas (consume me) 的大作中提到: 】
avatar
m*t
5
Interview questions like that are seemingly smart but actually
pointless.
I would just ask how static initializer works if that is
the purpose.

【在 w*******o 的大作中提到】
: Compile通过了,运行也有"Hello World"输出。
: 尽管有Exception。
: D:\>java Test
: Hello World
: Exception in thread "main" java.lang.NoSuchMethodError: main
: 在 gas (consume me) 的大作中提到: 】

相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。