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
Why we do exception handling in java and how many types of exceptions are there?
How strings are created in java?
What is the difference between private & public & friendly classes?
What is the purpose of interface?
What is a functional interface?
What is bubble sort in java?
how we can use debug in myeclipse 6.0 in order solve the problems that exist in our program when there are 900 to 1000 pages in a web application
When does a class need a virtual destructor?
How do you use compareto method?
Explain treeset?
What exceptions occur during serialization?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is a boolean in java?
What is the difference between && and & in java?
Can we clone singleton object in java?