Answer Posted / ganesh
internally java also supports operator overloading
+operator is overloaded to add integers and strings also so
oo support by java itself bt not by a programmer
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
What is a "pure virtual" member function?
Is singleton thread safe in java?
What is data movement?
Does collectionutils isempty check for null?
List implementations of list interface?
State the difference between strings and arrays.
explain what is transient variable in java?
What does n mean in java?
What is prime number in java?
Which types of exceptions are caught at compile time?
Why lambda expression is used in java?
Mention the default values of all the elements of an array defined as an instance variable.
What will be the output of round(3.7) and ceil(3.7)?
Can you sort a list in java?
What are 4 pillers of object orinted programming?