Answer Posted / nagesh
answer is 110 because a+b print a+ and then +b so ans is 110 if u are print 11 the use (a+b)+ so the addition is performed
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is the static block?
Why java does not support pointers?
Is set ordered?
What is the use of arrays tostring () in java?
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
What is the argument in java?
Does constructor return any value?
What is abstract class? Explain
What are the three types of design patterns?
Is java a virus?
What does string mean in java?
Explain about serializable interface in java?
How does enum work in java?
Can a top level class be private or protected?
Can we modify the throws clause of the superclass method while overriding it in the subclass?