Answer Posted / 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 |
Post New Answer View All Answers
Why is the main method declared static?
Realized?
Explain try and catch keywords in java?
What happens when a thrown exception is not handled?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread
What are heap memory and stack memory and what are memory tables.
Explain notifyall() method of object class ?
What is the use of list in java?
What is a byte string?
Why do we create public static method in java?
What is the main function in java?
You're given a Boolean 2D matrix, can you find the number of islands?
Are arrays passed by reference in java?
Can we pass null as argument in java?
How dead lock situation occurs in java and how you can identify it?