HN user

ichramm

2 karma

I like to make things, specially software.

Posts0
Comments3
View on HN
No posts found.

That's the problem of java developers, they dont use the bitwise operations:

if(e.intValue()%2 != 0) == >>> if((e.intValue()& 1) != 0)