Topic: 求助(main(String[] args)与main(String args[])的区别)

  Print this page

1.求助(main(String[] args)与main(String args[])的区别) Copy to clipboard
Posted by: dalor_cheng
Posted on: 2005-11-05 11:30

public static void main(String[] args)
{
}

public static void main(String args[])
{
}
区别是什么啊!!!


请尽量使用准确的文字描述作为标题

不妨先搜寻一下旧帖子 http://www.cjsdn.net/post/search
说不定已找到答案;
不行,再问。

2.Re:求助 [Re: dalor_cheng] Copy to clipboard
Posted by: 怪你过分美丽
Posted on: 2005-11-05 16:25

就你实际应用来说没有区别。
具体细分的话不太清楚。

3.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: blueman
Posted on: 2005-11-05 22:01

没有区别。

4.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: Infinite
Posted on: 2005-11-06 03:17

没什么区别,但是推荐使用第一种,
清晰的表达了args是指向String数组
的引用。
==================================
dalor_cheng wrote:
public static void main(String[] args)
{
}

public static void main(String args[])
{
}
区别是什么啊!!!

5.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: 我心若海
Posted on: 2005-11-11 21:39

没什么区别,都可以用

6.Re:求助(main(String[] args)与main(String args[])的区别) [Re: 我心若海] Copy to clipboard
Posted by: lfcjecboss
Posted on: 2005-11-12 08:44

string args[] 是一个字符串数组,而数组的定义可以是type name[] 也可以是type []name

7.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: jiezixu
Posted on: 2005-11-20 11:19

同意!

8.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: anatoranato
Posted on: 2005-11-20 22:31

没什么区别,之所以还有String args[] 的方式,完全是为了照顾从C过来的人.在C里面就是这样写法.

9.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: phoenix451
Posted on: 2005-11-21 09:46

两者之间是没有区别的,只是字符数组的不同定义方式罢了

10.Re:求助(main(String[] args)与main(String args[])的区别) [Re: dalor_cheng] Copy to clipboard
Posted by: xndd
Posted on: 2005-11-27 22:56

我喜欢第一种,c#也是

11.Re:求助(main(String[] args)与main(String args[])的区别) [Re: blueman] Copy to clipboard
Posted by: yan_1203
Posted on: 2005-11-27 23:01

没有什么区别,第一种只是JAVA的一种规范写法.


   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923