标题:为什么删除“public static void main(String [] args)”中的“String [] a ...
取消只看楼主
lszxs4
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2015-3-22
结帖率:0
已结贴  问题点数:20 回复次数:2 
为什么删除“public static void main(String [] args)”中的“String [] args”时,函数编译时不能通过呢?
public class Func3
{
    public static void main(String [] args)
    {
        int x=0x80000000;
        int y=0x80000000;
        x=x>>3;
        y=y>>>3;
        System.out.println("0x80000000>>3 = " + Integer.toHexString(x));
        System.out.println("0x80000000>>>3 = " + Integer.toHexString(y));
    }
}
搜索更多相关主题的帖子: public 
2015-03-22 19:19
lszxs4
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2015-3-22
得分:0 
回复 2楼 liucao
谢谢
2015-03-23 22:39
lszxs4
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2015-3-22
得分:0 
回复 3楼 日知己所无
谢谢  我在其他地方看到“String[]”是一个命令行参数,怎么理解这个命令行参数呢,而且你指的“约定参数为String[]”时什么意思呢
2015-03-23 22:40



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-442937-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.136283 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved