Arguments ::= |
|
Used by: |
Arguments are used in function calls or thread startups.
In Java method calls, you can optionally cast a value to a Java primitive type,
including String. For other objects, you can call the Java object's cast()
method, although most of the time this is not needed.
Since functions and threads can take any number of parameters, it is possible to
dynamically construct a paramter list in an arry. The