Tuesday, December 20, 2011

Introducing Java

This blog will give you an appreciation of what the Java language is all about. Understanding the details of what I’ll discuss in this post is not important at this stage; you will see all of the topics again in greater depth in later posts of the blog. The intent of this post is to introduce you to the general ideas that underpin what I’ll be covering through the rest of the book, as well as the major contexts in which Java programs can be used and the kind of program that is applicable in each context.

book of java


In this blog you will learn:

[1] The basic characteristics of the Java language
[2] How Java programs work on your computer
[3] Why Java programs are portable between different computers
[4] The basic ideas behind object-oriented programming
[5] How a simple Java program looks and how you can run it using the Java Development Kit
[6] What HTML is and how it is used to include a Java program in a web page

No comments:

Post a Comment

Thanks for Commenting......