What is the difference between C++ & Java?
Answer Posted / prabhu
C++ SUPPORTS CONCEPTS OF POINTERS ,FRIEND FUNCTION
BUT IN JAVA CONCEPT OF POINTERS AND FREIND FUNCTION IS NOT
AVAILABLE
| Is This Answer Correct ? | 55 Yes | 7 No |
Post New Answer View All Answers
Can you explain the usages of class.forname()?
Can we modify the throws clause of the superclass method while overriding it in the subclass?
What is the benefit of abstract class?
What is the purpose of the strictfp keyword?
What is multithreading in java?
What purpose do the keywords final, finally, and finalize fulfill?
How are the elements of a gridbaglayout organized?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
Explain what are final variable in java?
Explain about public and private access specifiers?
Which sorting is best in java?
What about member inner classes?
Explain when classnotfoundexception will be raised ?
What is thread synchronization in java?
What are the 8 primitive data types in java?