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
What do you mean by buffering?
What does exclamation mean in java?
What is meant by JVM? Is JVM platform independent or not?
What is a wrapper method?
How can you add and remove nodes in jtree?
What do you meant by active and passive objects?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
Can I declare class as static or private?
What is continuity of a function?
What is the benefit of singleton pattern?
Write a factorial program using recursion in java?
What is oops in java?
Explain an algorithm to find depth of a binary tree.
Is break statement can be used as labels in java?