Symbol Name Description() Parentheses Used in:method signatures to contain lists of arguments. expressions to raise operator precedence. narrowing conversions. loops to contain expressions to be evaluated{} Braces Used in:declaration of ...
Under windows system:C:\> set CLASSPATH=.;c:\mysourcecodedirOn unix using a csh shell% setenv CLASSPATH .:/home/mani/mysourcecodedirWith the sh or bash shell, the command is:$ ...