如何创建 Java 小程序?
我刚刚接触 Java,需要一些基本知识的帮助。我想创建一个小程序。我应该从哪里开始?
I am just stepping into Java and need help with some basic things. I want to create an applet. Where should I start?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
Java 教程通常是一个不错的起点。
The Java Tutorials are usually a good place to start.
老实说 - 从忘记所有小程序开始。几年前,小程序是 Java 教程的热身,现在,您应该从“应用程序”开始 - 实现 main 方法的类。
如今,人们更喜欢使用 Java Script 或 Java Web Start 来构建 Web 应用程序。
Honestly - start with forgetting all about applets. Years ago, the applet was the warmup for Java tutorials, nowadays, you should start with 'applications' - classes that implement the main method.
Today people prefer Java Script or Java Web Start for web applications.
java 教程是一个很好的起点。
您确定要从小程序开始吗?它们已经过时了。
我建议你从java应用程序开始。通过这种方式理解 java 会更简单,然后你就可以用更现代的方式“上网”。
java tutorial is a great place to start.
are you sure you want to start with applets? they are outdated.
I'd suggest you start with java application. it's simpler to understand java that way and then you can "go web" in more modern ways.
为什么不下载 netbeans 并查看 www.netbeans.org 上的教程。
如果您是新手,让 ide 处理构建问题可以帮助您更快地理解事物。
Why not download netbeans and take a look at the tutorials on www.netbeans.org.
Having the ide deal with build issues help you get to understand things quicker if your a newbie.