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


Please Help Members By Posting Answers For Below Questions

What do you mean by buffering?

735


What does exclamation mean in java?

749


What is meant by JVM? Is JVM platform independent or not?

790


What is a wrapper method?

728


How can you add and remove nodes in jtree?

780






What do you meant by active and passive objects?

788


If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?

789


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

786


Can I declare class as static or private?

729


What is continuity of a function?

716


What is the benefit of singleton pattern?

718


Write a factorial program using recursion in java?

683


What is oops in java?

750


Explain an algorithm to find depth of a binary tree.

753


Is break statement can be used as labels in java?

682