1 / 14
文档名称:

【资料】How java works.pdf

格式:pdf   页数:14
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

【资料】How java works.pdf

上传人:紫岑旖旎 2012/7/19 文件大小:0 KB

下载得到文件列表

【资料】How java works.pdf

文档介绍

文档介绍:How Java Works
by Marshall Brain
Have you ever wondered puter programs work? Have you ever wanted to learn how to
write your puter programs? Whether you are 14 years old and hoping to learn how to
write your first game, or you are 70 years old and have been curious puter
programming for 20 years, this article is for you. In this edition of HowStuffWorks, I'm going to
teach you puter programs work by teaching you how to program in the Java
programming language.
In order to teach you puter programming, I am going to make several assumptions
from the start:
• I am going to assume that you know nothing puter programming now. If you
already know something then the first part of this article will seem elementary to you.
Please feel free to skip forward until you get to something you don't know.
• I am going to assume you do know something about puter you are using. That is,
I am going to assume you already know how to edit a file, copy and delete files, rename
files, find information on your system, etc.
• For simplicity, I am going to assume that you are using a machine running Windows 95,
98, 2000, NT or XP. It should be relatively straightforward for people running other
operating systems to map the concepts over to those.
• I am going to assume that you have a desire to learn.
All of the tools you need to start programming in Java are widely available on the Web for free.
There is also a huge amount of educational material for Java available on the Web, so once you
finish this article you can easily go learn more to advance your skills. You can learn Java
programming here without spending any money pilers, development environments,
reading materials, etc. Once you learn Java it is easy to learn other languages, so this is a good
place to start.
Having said these things, we are ready to go. Let's get started!
A Little Terminology
Keep in mind that I am assuming that you know nothing about programming. Her