byte a=5;
byte b=5;
byte c=a+b;
System.out.println(c);
whats the o/p?
Answer Posted / g.prabha
compilation error.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Is string passed by reference in java?
What is return data type?
How can we use primitive data types as objects?
Can a vector contain heterogenous objects?
What do you mean by a JVM?
What is meant by JVM? Is JVM platform independent or not?
How big is a gigabyte?
How many unicode characters are there?
What is dynamic binding(late binding)?
What is null in java?
What is the difference between preemptive scheduling and time slicing in java programming?
What is the intersection and union methods?
What is private public protected in java?
How can a gui component handle its own events?
What is ternary operator? Give an example.