You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

InvalidCastDollar.java 189B

1234567891011
  1. package test5;
  2. public class InvalidCastDollar {
  3. public static byte[] arrayReturn() {
  4. return new byte[12];
  5. }
  6. public static int intReturn() {
  7. return 23;
  8. }
  9. }