Cheatsheet

Cheatsheet

Published on: 06/16/2024




Cheat sheet

Middle point of an array

int l = 0;
int r = array.length - 1;
int m = (l + r) / 2;

Security Controls
- Deterrent
    - A deterrent doesn't directly prevent access, but rather discourages it.
    - Ex., An application splash screen or a warning banner.






















The end! :)