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 many ways can we create the string object?
Find the value of a specified element of the array arr[i] where 0 <= i <= n-1
What is finalize()?
Why runnable interface is used in java?
What are mutable classes?
What are the differences between graph and tree?
explain the difference between jdk and jvm?
Howto get an object that will perform date & time calculations then format it for output in some different locales with different date style.can ne1 tel me the answer of this question.pls
What is difference between string and stringbuffer?
What is a protected void?
How are multiple inheritances done in Java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What is diamond operator in java?
How many types of methods are there?