How does java differ from c and c++?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

What are the five basic elements of a c++ program?

0 Answers  


Which recursive sorting technique always makes recursive calls to sort subarrays that are about half size of the original array?

0 Answers  


What things would you remember while making an interface?

0 Answers  


Live example for static function?

1 Answers   Infosys,


Describe exception handling concept with an example?

0 Answers  


How does throwing and catching exceptions differ from using setjmp and longjmp?

1 Answers  


How can a called function determine the number of arguments that have been passed to it?

0 Answers  


What are the extraction and insertion operators in c++? Explain with examples.

0 Answers  


How java is different from c and c++?

0 Answers  


Describe about storage allocation and scope of global, extern, static, local and register variables?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


What are shallow and deep copy?

0 Answers  


Categories