To convert short into byte using casting Posted on 00:30 by Unknown with No comments public class Zs{ public static void main(String args[]) { short s1 = 5; byte b1 = (byte) s1; System.out.println(b1); }} Email ThisBlogThis!Share to XShare to Facebook
0 comments:
Post a Comment