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
What is java english?
What is the static keyword?
Difference between throw and throws?
Is void a type?
What is file in java?
Is object a data type in java?
When will you define a method as static?
What is the generic function?
Where are global variables stored?
What is Classloader in Java?
Is java jre still free?
What are heap memory and stack memory and what are memory tables.
How big is a gigabyte?
Why java is said to be pass-by-value ?
Is singleton set an interval?