What is the difference between C++ & Java?
Answer Posted / suhas sude
C++ provide Friend(),by using this you can access the
private data members or member function.But java can not
support like this function.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is private static in java?
What is use of static in java?
What is the difference between a field variable and a local variable?
What is hash code collision?
What is the driver class?
What is the use of generics? When was it added to the Java development Kit?
What is the significance of continue jump statement? Explain with an example.
How do you create a method in java?
What is an example of a boolean?
How does remove work in java?
What is null object in java?
What are the benefits of java?
How do you represent a space in regex java?
What are the types of literals?
What are the differences between Java 1.0 and Java 2.0?