Clarification on language change
svn: r7104
This commit is contained in:
parent
d113616d6b
commit
01e8b3aa44
|
@ -88,17 +88,26 @@ an excessive amount of memory or executes very slowly, try turning off
|
||||||
coverage collection during execution.
|
coverage collection during execution.
|
||||||
|
|
||||||
_ProfessorJ Beginner_
|
_ProfessorJ Beginner_
|
||||||
|
In Version 371, the if statement now requires { } around both branches.
|
||||||
In Version 300, the Beginner language level has undergone significant
|
In Version 300, the Beginner language level has undergone significant
|
||||||
changes. Largest among these is that interfaces are supported within
|
changes. Largest among these is that interfaces are supported within
|
||||||
the language, but abstract classes are no longer allowed. Further,
|
the language, but abstract classes are no longer allowed. Further,
|
||||||
interface implementation is supported but class extension is not. For
|
interface implementation is supported but class extension is not. For
|
||||||
further details please see the language manual.
|
further details please see the language manual.
|
||||||
|
|
||||||
_ProfessorJ Intermediate_
|
_ProfessorJ Intermediate_
|
||||||
|
In Version 371, the if statement now requires { } around both branches.
|
||||||
In Version 300, instanceof is now allowed. For further language
|
In Version 300, instanceof is now allowed. For further language
|
||||||
details please see the language manual.
|
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_
|
_ProfessorJ Advanced_
|
||||||
|
In Version 371, the various statements including if, for, and while
|
||||||
|
require { }.
|
||||||
For details, please see the language manual.
|
For details, please see the language manual.
|
||||||
|
|
||||||
_ProfessorJ Full
|
_ProfessorJ Full
|
||||||
|
|
Loading…
Reference in New Issue
Block a user