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 is the difference between stored procedure & function?

550


What is the difference between public, private, protected, and friend access?

572


Is main a function?

516


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

556


If a method is declared as protected, where may the method be accessed in java programming?

498






How many bits is a char?

538


Can we initialize the final blank variable?

585


What is mnemonic in assembly language?

556


What is append function?

572


What is thread synchronization in java?

485


What is the difference between path and classpath variables?

532


What is a ternary operator in java?

539


What is hashmap and map?

560


What is canonical name in java?

624


what is meant by HQL?

643