Java   View all facts   Glossary   Help
programming language > object-oriented programming language > Java > Java 1.1
Next JavaJava 2    UpJava    Previous JavaJava 1.0   

Java 1.1
subjectfact 
Java 1.1has features added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:04.0
is available in later versions of Web browsersadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:04.0
is a subtopic of Java History and Related Languages2001-10-19 11:37:04.0
is an instance of Javaadded by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:04.0
was released in 1997added by: JK, source: Teach Yourself Java 2 in 21 Days, 2001-10-19 11:37:04.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 much the same syntax as C    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 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 JavaJava 2    UpJava    Previous JavaJava 1.0