The Java Language Specifics

Java is not a difficult language to learn. Java includes several prebuilt procedures that you often use to perform standard operations such as I/O (input and output). Java programs are typically small; the smaller the applets you write, the faster those applets will load and run on the user's machine. Java is an OOP language and is identical to C++ in many ways. Both languages have common keywords, comments, and built-in functions. Java's OOP nature means that you can extend language objects that others write to complete applications faster.

Tip

The developers of Java borrowed many elements from the C++ language but improves upon many of C++'s features. For example, unlike C++ (or C), Java supports the string data ...

Get Absolute Beginner's Guide to Programming, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.