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
Where and how can you use a private constructor?
Are strings immutable in java?
What is local class in java?
Why main function is static?
Is list thread safe in java?
Distinguish between a predicate and a function?
Explain the difference between the public, private, final, protected, and default modifiers?
Why chararray() is preferred over string to store the password?
How to sort list of list in java?
What is a Presistent Object?
What is the purpose of void class?
What is the vector class in java programming?
What is a Transient Object?
What is difference overloading and overriding?
Can we extend immutable class?