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’s a deadlock?
What is a class in java?
What is the lifetime and scope of a variable?
What is method overriding in java ?
How can we run a java program without making any object?
When do we use synchronized blocks and advantages of using synchronized blocks?
Which is the best approach for creating thread ?
What is the difference between class & structure?
How many bytes is a string java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
Is string thread safe in java?
What is the use of protected in java?
What are the drawbacks for singleton class?
How to obtain a performance profile of java program
What are extraneous variables examples?