Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit75cbe91

Browse files
authored
Introduce supplementary expansion
1 parent2f40f35 commit75cbe91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -807,7 +807,7 @@ It offers great opportunities for obfuscation. The key technique is to nest macr
807807

808808
####Exploit Schizophrenia
809809

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.
811811

812812
```java
813813
byte[ ] rowvector, colvector , matrix[ ];

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp