Monday 21 November 2011

java language syntax

The syntax of Java is largely derived from C++. Unlike C++, which combines the syntax for structured, generic, and object-oriented programming, Java was built almost exclusively as an object-oriented language. All code is written inside a class, and everything is an object, with the exception of the primitive data types (integers, floating-point numbers, boolean values, and characters), which are not classes for performance reasons

more

No comments:

Post a Comment

Share

Twitter Delicious Facebook Digg Stumbleupon Favorites More