What is the difference between C++ & Java?
Answer Posted / shyam
java is totaly Encapsulated because every thing with in a
class...i c++ main remains out of class but in case of java
its inside the class...................
| Is This Answer Correct ? | 54 Yes | 5 No |
Post New Answer View All Answers
How can we make sure main() is the last thread to finish in java program?
Why there are some null interface in java? What does it mean?
What is a variable and constant?
Differentiate between a constructor and a method? Can we mark constructors final?
What is subsequence of a string?
What is use of arraylist in java?
What is javac used for?
Is string a class in java?
What is the generic class?
What is the difference between logical data independence and physical data independence?
What are the disadvantages of using inner classes?
How destructors are defined in java?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Are arrays static in java?
What all access modifiers are allowed for top class ?