Skip to content

Instantly share code, notes, and snippets.

View burakozhan's full-sized avatar
💾
Hi there! Github with status is weird...

Burak Özhan burakozhan

💾
Hi there! Github with status is weird...
  • Cologne, Germany
View GitHub Profile
@burakozhan
burakozhan / BooleanTest.java
Created July 25, 2018 10:58
Side effects of bitwiseAND vs logicalAND
import org.junit.Test;
public class BooleanTest {
private static boolean D = true;
@Test
public void bitwiseAND() {
int finds = 0;
int ctr = 0;