Java   View all facts   Glossary   Help
programming language > object-oriented programming language > Java > Java 2 > Java 2 with SDK 1.3
Next Java 2Java 2 with SDK 1.2    UpJava 2

Java 2 with SDK 1.3
subjectfact 
Java 2 with SDK 1.3has specification    added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:05.0
has features
  • improved multimedia
  • more accessibility
  • faster compilation
  • HotSpot
  • enhanced support for sound
  • new Swing features
added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:05.0
is available from Sun    2001-10-19 11:37:05.0
is a subtopic of Java History and Related Languages2001-10-19 11:37:05.0
is an instance of Java 2added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:05.0
was released in 2000added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:05.0
Javaadopted many ideas from Smalltalk    2001-10-19 11:37:03.0
contains extensive on-line documentation about each class and method    2001-10-19 11:37:03.0
does not execute the next line of code in the program if an exception is thrown and Java looks for some code to handle the exception and executes that instead    2001-10-19 11:37:03.0
does not let programmers
  • follow a invalid pointer
  • refer to information beyond the end of an array
  
2001-10-19 11:37:03.0
does not support
  • global functions
  • global variables
2001-10-19 11:37:03.0
has feature single inheritance    2001-10-19 11:37:03.0
has feature very easy-to-program networking capabilities    2001-10-19 11:37:03.0
has order of operator precedence    2001-10-19 11:37:03.0
is
  • case sensitive
  • distributed
  • dynamic
  • high-performance
  • interpreted
  • multithreaded
  • object-oriented
  • portable
  • robust
  • secure
  • simple
2001-10-19 11:37:03.0
is architecture-neutral2001-10-19 11:37:03.0
is easier to program than C++    2001-10-19 11:37:03.0
is less efficient than C and C++ because it contains safety because it contains safety checks that slow down execution and because Java is interpreted which is slower than direct execution of machine code    2001-10-19 11:37:03.0
is not the same as JavaScript    2001-10-19 11:37:03.0
is interpreted by the Java interpreter2001-10-19 11:37:03.0
is run using a virtual machine    2001-10-19 11:37:03.0
supports method name overloading2001-10-19 11:37:04.0
supports multiple interface inheritance2001-10-19 11:37:04.0
treats all sequences of whitespace characters - other than those in strings - as though there were just a single space2001-10-19 11:37:04.0
uses Unicode    2001-10-19 11:37:04.0
was first designed for embedded electronic devices2001-10-19 11:37:04.0
was originally called Oak2001-10-19 11:37:04.0
will not allow violations of certain security constraints when programs are downloaded over the Internet    2001-10-19 11:37:04.0

Next Java 2Java 2 with SDK 1.2    UpJava 2