Answer Posted / amit
U see 'a' and 'b' are integer type so they will be added.
if it had been char then the answer would be 111.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is difference between == equals () and compareto () method?
What is the difference between super class & sub class?
What are pass by reference and pass by value?
Can you add null to a list java?
What is the difference between the prefix and postfix forms of the ++ operator?
What is object-oriented paradigm?
How do you check if a string is lexicographically in java?
Explain different ways of creating a thread. Which one would you prefer and why?
What does 3 dots mean in java?
How many types of array are there?
What is the advantage of OOP in java?
What is an example of procedure?
What is number data type?
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is super constructor?