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
Explain about static imports in java?
Can a singleton class be inherited?
What is jagged array in java?
What checkbox method allows you to tell if a checkbox is checked?
What variables are stored in stack?
Will the jvm load the package twice at runtime?
What are the four pillars of java?
Name and explain the types of ways which are used to pass arguments in any function in java.
Can we use static class instead of singleton?
Can you pass functions in java?
Can constructor return value?
What is unicode with example?
Explain about arraylist?
Variables used in a switch statement can be used with which datatypes?
What does you mean in math?