The Case for Java as a Programming Language

  • Authors:
  • Arthur van Hoff

  • Affiliations:
  • -

  • Venue:
  • IEEE Internet Computing
  • Year:
  • 1997

Quantified Score

Hi-index 0.00

Visualization

Abstract

Java code is organised around objects and classes rather than just functions, which enables the reuse of code in a very structured manner. Although Java syntax is similar to C++, it has not suffered from feature overload and is much less complex. In addition, some Java features, like garbage collection, are not entirely new but were pioneered by languages such as Lisp and Smalltalk. The paper discusses Java language features such as: inheritance, robustness, type safety, access modifiers, null pointer checking, array bounds checking, memory management, multithreading, garbage collection and security