Salesforce Interview Question

Three major difference between C++ and Java

Interview Answer

Anonymous

Jun 11, 2019

c++ is a platform dependent java is platform independent c++ uses a compiler to compile and run the source code,where it converts the source code into machine level language