why java does not have operator overloading?
Answers were Sorted based on User's Feedback
Answer / ashwini kumar vatsa
There are no concept of :: sign in java so
there is no concept of operator overloading.
| Is This Answer Correct ? | 3 Yes | 5 No |
Describe OOP in java?
Can we override the static methods?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Can an interface be defined inside a class?
How do you sort an array in java?
What is the final keyword denotes?
What is abstract class? Explain
abstract class A{ int list []=new int [100]; A(int x,int y){ rondom n=new rondom(); for (int i==;i<100;i++); list [i]=x+r.next int(y-x+1); abstract sort (); abstract binary sarch(int temp); class B extends A{
why the wait,notify,notifyall methods are placed in object class?these are the thread concepts why these methods are placed in Object class?
2 Answers Global Logic, Satyam,
JSP is by default thread safe or not? what is the meaning of isThreadSafe="true" and isThreadSafe="false". Explain it? Thanks, Seenu
Can we override the overloaded method?
What will happen to the exception object after exception handling?