You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -807,7 +807,7 @@ It offers great opportunities for obfuscation. The key technique is to nest macr
807
807
808
808
####Exploit Schizophrenia
809
809
810
-
Java is schizophrenic about array declarations. You can do them the old C, way`String x[]`, (which uses mixed pre-postfix notation) or the new way`String[] x`, which uses pure prefix notation. If you want to really confuse people, mix thenotationse.g.
810
+
Java is schizophrenic about array declarations. You can do them the old C, way`String x[]`, (which uses mixed pre-postfix notation) or the new way`String[] x`, which uses pure prefix notation. If you want to really confuse people, mix thenotations e.g.