Use of datatypes - I

class Byte {
    public static void main(String[] args) {
        byte b = 128;
        System.out.println(b);
    }
}

Comments

Popular posts from this blog

Zeller's Congruence

Practical 5 - ASP.NET

Fabonnaci series using recursion