Answered Questions

  • what is the difference between java and c and c++?

    satheesh kumar. sriramaneni

    • May 10th, 2006

    In Java, the JVM will allocate memory to the object.So, it's a platform independent. In C/C++ ,the OS will allocate memory to the object.So, it's a platform dependent.Java is a Robust language, Means ...

    miggu

    • Apr 7th, 2006

    difference between java,C++ & Cjava doesn,t supports pointers but C++ supports java doesn,t supports structures and unions but C++ supports.C is a procedural based language but java and C++ are object-oriented language .C doesn,t supports classes and objects but java and C++ supports.