[SYMBOL]
[A]
[B]
[C]
[D]
[E]
[F]
[G]
[H]
[I]
[J]
[K]
[L]
[M]
[N]
[O]
[P]
[Q]
[R]
[S]
[T]
[U]
[V]
[W]
[X]
[Z]
" in string literals
$ end of line indicator in regular expressions
& (ampersand) & (logical And) operator
&& (boolean And) operator
&= (shorthand arithmetic) operator
<< (left shift) operator
*= (shorthand arithmetic) operator
+ (plus sign) + and += string concatenation operators
2nd
++ operator
+= (shorthand arithmetic) operator
string concatenation operator, replacing with StringBuffer
- (minus sign) -- (shorthand arithmetic) operator
-= (shorthand arithmetic) operator
-prof option
2nd
internal Java syntax for output
-verbosegc option
analyzing output of
common items for all versions
pattern matching, using with logs
tools for
-Xaprof option
-Xbootclasspath option
-Xconcgc option (concurrent garbage collector)
-Xhprof option
-Xincgc option
-Xloggc:<file> option for the VM
-Xprof option
-Xrunhprof option
2nd
cpu=old variation
format=b (binary output option)
-XX:MaxPermSize parameter
.NET Pet Store application implementation
/= (shorthand arithmetic) operator
?: (conditional) operator
^ beginning of line indicator in regular expressions
{ }, assigning newly created array to array variable
| (vertical bar) | (boolean-OR) operator
|= (shorthand arithmetic) operator
|| (shortcircuit boolean-OR) operator
2nd
|