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
Explain about doubly linked list
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What happens if we override private method?
List down the methods and interfaces of collection class in java.
What environment variables are required to be set on a machine in order to run Java programs?
What is loop in java?
Which keyword specify that a variable is effectively final ?
java program with complete 4 oops concepts implemented example
Which class is the superclass of all classes?
How to make a write-only class in java?
What is meant by class loader? How many types are there?
Can a abstract class be declared final?
Is 0 an even number?
What do you mean by platform independence?
Can we declare array without size in java?