If I have a method void f(byte b); how can I call it with a numeric argument without casting? f(0); gives an error. 6 Answers 6 Tags: bytejavaliterals