Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Java SE 综合讨论区  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
flat modethreaded modego to previous topicgo to next topicgo to back
作者 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) [Re:ncie]
dracularking





发贴: 8
积分: 0
于 2006-11-10 13:11 user profilesend a private message to usersearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
You should make the class which contains main() method public and the same name as the source file, shouldn't you? note that there can be only one public class in one source file...

class Date
{
int y,m,d;
Date(int year,int mo,int day)
{
y=year;
m=mo;
d=day;
}

boolean isyear()
{
return (y%400==0 ) | (y%100!=0) & (y%4==0);
}

void pri()
{
System.out.println("计算润年的方法 date "+y+"-"+m+"-"+d);
}
}

public class Date_ep
{
public static void main(String args[])
{
Date a = new Date(2002,8,20);
a.pri();
System.out.println(a.y+" 是 "+a.isyear());
}
}




关于Jute Forum的长期发展给官方的建议

话题树型展开
人气 标题 作者 字数 发贴时间
16754 编译成功,运行出错了...为什么(快来看看啊!!!!)[已解决] ncie 788 2006-11-08 20:51
14936 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) ncie 37 2006-11-08 20:52
14672 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) cooper131 90 2006-11-16 11:16
14607 Re:编译成功,运行出错了...为什么(快来看看啊!!!!)[已解决] carefreegale 74 2006-11-15 17:28
14738 Re:编译成功,运行出错了...为什么(快来看看啊!!!!)[已解决] Revolution 28 2006-11-16 09:35
14685 Re:编译成功,运行出错了...为什么(快来看看啊!!!!)[已解决] Revolution 28 2006-11-16 09:35
14674 Re:编译成功,运行出错了...为什么(快来看看啊!!!!)[已解决] lisliefor 29 2006-11-16 21:34
14889 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) 世外水源 113 2006-11-08 22:15
14879 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) lisliefor 188 2006-11-09 16:53
14712 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) 世外水源 238 2006-11-09 18:48
14872 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) ncie 535 2006-11-09 19:24
14840 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) dracularking 713 2006-11-10 13:11
14728 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) qazwsx2k4 27 2006-11-10 13:40
14848 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) ncie 110 2006-11-10 18:54
14801 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) qazwsx2k4 38 2006-11-10 13:41
14807 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) ncie 338 2006-11-10 19:21
14833 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) ncie 213 2006-11-10 19:29
14765 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) why 295 2006-11-10 19:46
14828 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) baler 50 2006-11-12 09:17
14619 Re:编译成功,运行出错了...为什么(快来看看啊!!!!) ncie 149 2006-11-13 09:28

flat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   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