byte a=5;
byte b=5;
byte c=a+b;
System.out.println(c);
whats the o/p?
Answer Posted / ravikiran
compilation fails
possibl;e loss of precision
because results in an int
Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
Can list be final in java?
What are the three best choices for a development environment?
What does nextint () do in java?
Can private class be extended java?
How to use arraylist in java netbeans?
What is r * in math?
Why are the methods of the math class static?
Is java a prime method?
What are the disadvantages of object oriented programming?
What are the advantages of autoboxing?
How do I enable java in safari?
What is regex used for?
What is the primitive type short?
Are global variables initialized to zero?
What are the types of methodology?