Solve This (? + ? + ?=30)
If 1111=R, 2222=T, 3333=E, 4444=N Then 5555=?
Guess the Hindi Muhawara from the following whatsapp Emoticons?
Sweet, Medicine, Film, Girl, City, Car, Place, Doggy all are name same, guess which word it is?
A girl is blind, deaf, dumb and uneducated too. A boy loves her. How would he propose without touching her?
Four Question, One Answer: One River Name, One Flower Name, One Film Name, One Actress Name?
Guess me who am I, I am the first on earth, the second in heaven...
Which Indian cricketer is known as "Brown Bradman"?
How did the results of their athletes in weightlifting at the 1988 Summer Olympics in Seoul affect the Bulgarian........
Where are the headwaters of the Orinoco River?
The main difference between Java and C++:
Java is a true and complete object oriented language. C++ is an extension of C with object oriented behavior. C++ is not a complete object oriented language as that of Java.
Java does not provide template classes.C++ offers Template classes.
Java supports multiple inheritance using interface. C++ achieves multiple inheritance by permitting classes to inherit from multiple classes.
Java does not provide global variables. Global variables can be declared in C++.
Java does not support pointers.C++ supports pointers.
In Java, destruction of objects is performed in finalize method. In C++, destruction of objects is performed by destructor function.
Java doesn’t provide header files. C++ has header files.
Java is intrinsecally "write once run everywhere", while most C++ programs (especially mature software that was not born with cross-platformness in mind) can be work some to port to other platforms.
There is no goto statement in Java.
Exception and Auto Garbage Collector handling in Java is different because there are no destructor into Java.
Java has method overloading, but no operator overloading just like c++.
Memory leak risks are higher in java or C++?? Explain it.