Clarification on language change
svn: r7104
This commit is contained in:
parent
d113616d6b
commit
01e8b3aa44
|
@ -88,6 +88,7 @@ an excessive amount of memory or executes very slowly, try turning off
|
|||
coverage collection during execution.
|
||||
|
||||
_ProfessorJ Beginner_
|
||||
In Version 371, the if statement now requires { } around both branches.
|
||||
In Version 300, the Beginner language level has undergone significant
|
||||
changes. Largest among these is that interfaces are supported within
|
||||
the language, but abstract classes are no longer allowed. Further,
|
||||
|
@ -95,10 +96,18 @@ _ProfessorJ Beginner_
|
|||
further details please see the language manual.
|
||||
|
||||
_ProfessorJ Intermediate_
|
||||
In Version 371, the if statement now requires { } around both branches.
|
||||
In Version 300, instanceof is now allowed. For further language
|
||||
details please see the language manual.
|
||||
|
||||
_ProfessorJ Intermediate + access_
|
||||
New to version 371, augments the Intermediate language with access
|
||||
modifiers and overloading. For further details, please see the
|
||||
language manual.
|
||||
|
||||
_ProfessorJ Advanced_
|
||||
In Version 371, the various statements including if, for, and while
|
||||
require { }.
|
||||
For details, please see the language manual.
|
||||
|
||||
_ProfessorJ Full
|
||||
|
|
Loading…
Reference in New Issue
Block a user