What is the difference between C++ & Java?
Answer Posted / tiwari suryaprakash
you can call any method by using the reference of others
class object is known as DMD(Dynamic Method Dispatch)
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is mutual exclusion? How can you take care of mutual exclusion using java threads? : Java thread
What do you mean by hashing?
what are the disadvantages of indexes in oracle?
What is the difference between delete and delete[]
I want to print “hello” even before main is executed. How will you acheive that?
Explain importance of finally block in java?
Can we declare a class as static?
How to perform linear search in java?
Can we override constructor in java?
How do you execute a thread in java?
What is covariant return type?
How does map works in java?
Explain public static void main(string args[]).
How many types of operators are there?
What is the use of a copy constructor?