Home > Java Programming > Objects and Collections > Questions and Answers
Exercise:
Q: |
class W{ Static void method(Byte I,Byte I ){ System.out.println(“BByteâ€); } Static void method(byte…b){ System.out.println(“byteâ€); } Public static void main(String args[]){ byte i=10; method(i,i); } } | ||||||||||
|
Comment on this Question | |
Name: | |
|