![]() ![]() ![]() |
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
The Java programming language also supports the operators in the next table.
Operator Description ?:
Shortcut if-else
statement
The if/else Statements![]()
[]
Used to declare arrays, to create arrays, and to access array elements
Creating and Using Arrays![]()
.
Used to form qualified names
Using Objects![]()
(
params)
Delimits a comma-separated list of parameters
Using Objects![]()
(
type)
Casts (converts) a value to the specified type new
Creates a new object or a new array
Using Objectsand Creating and Using Arrays
instanceof
Determines whether its first operand is an instance of its second operand
![]() ![]() ![]() |
Start of Tutorial > Start of Trail > Start of Lesson |
Search
Feedback Form |
Copyright 1995-2005 Sun Microsystems, Inc. All rights reserved.