What is the difference between C++ & Java?
Answer Posted / imran khan
Both are Object Oriented Programming, But Java design to
support the web applications, GUI programming is easy with
java, Java does not require third party package(header file
in C++) to connect Database, Java is Platform independent
where as C++ is platform dependent.
| Is This Answer Correct ? | 75 Yes | 7 No |
Post New Answer View All Answers
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Explain naming conventions for packages?
Can a class be declared as static?
What are parsing rules?
Which browsers work with java?
What is lambda programming?
Why string is not a wrapper class?
Give the difference between the println method and sqrt method?
What is canonical name in java?
What is a class component?
How will you serialize a singleton class without violating singleton pattern?
What are the basic interfaces of java collections framework?
Is object a data type?
What is identifier with example?