|
J |
ava Syntax |
| |
|
Introduction
|
|
Java is more than just another syntax for a software development professional to learn. Java was designed from the beginning to be strictly object-oriented, platform independent (totally unambiguous in the byte-code produced by the compiler), network aware, robust, multi-threaded, high performance, secure, and so on. This means than anyone wishing to learn Java also needs to understand the environment in which Java operates, understand the object-oriented concepts which Java supports and enforces, and comprehend many other aspects beyond simple syntax.
|
|
|
|