Java包定义
是否有任何网站可以让我们了解有关
- 技术实施可能性的
- 信息该软件包将在哪里广泛使用
- 为什么要使用它?
例如TimerTask,它用于调度任务以批处理模式执行。 除此之外我们还有其他的场景可以使用吗?
请分享真正有帮助的信息。
如果这个问题显得含糊,我很抱歉,我想学习java中的可能性
Is there any website where we can come to know the information about
- Technical implementation Possibilities
- Where this package will be used extensively
- why this is used?
For example TimerTask, this is used to scheduling a task to execute in a batch mode.
Other than this do we have any other scenarios where we can use it?
Please share the information that will be really helpful.
I am sorry if this question appears vague, I want to learn the possibilities in java
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
官方java api:
http://java.sun.com/ javase/6/docs/api/index.html?overview-summary.html
任何优秀的 Java 书籍或教程都会告诉您很多 Java 的好例子和可能性。
The offical java api:
http://java.sun.com/javase/6/docs/api/index.html?overview-summary.html
And any good Java book or tutorial will tell you a lot of good examples and possibilities with Java.