What is the difference between C++ & Java?
Answer Posted / i.honey
In java user interface can be implemented very efficiently why because AWT(abstract window toolkit) components available in java not available in c++
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can a class with private constructor be extended?
When super keyword is used?
What is the difference between synchronized and synchronized block?
Give few examples of final classes defined in Java API?
Can we create a class inside a class in java?
Is ++ operator thread-safe in java?
Is null or empty java?
What are access specifiers in java ?
Is it safe to install java on my computer?
What is the difference between inner class and nested class?
What is the locale class in java programming?
Can we initialize the final blank variable?
Explain about procedural programming language or structured programming language and its features?
Are arrays primitive data types?
Can inner class extend any class?