What are the important differences between c++ and java?


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

Post New Answer

More C++ General Interview Questions

Why can’t you call invariants() as the first line of your constructor?

0 Answers  


Can you be able to identify between straight- through and cross- over cable wiring? And in what case do you use straight- through and cross-over?

0 Answers  


if there is binary tree which one is the easiest way to delete all child node?

1 Answers   Persistent,


How can you say that a template is better than a base class?

0 Answers  


Explain explicit container.

0 Answers  






class X { public: int x; static void f(int z); }; void X::f(int y) {x=y;} What is the error in the sample code above? a) The class X does not have any protected members. b) The static member function f() accesses the non-static z. c) The static member function f() accesses the non-static x. d) The member function f() must return a value. e) The class X does not have any private members.

2 Answers   Quark,


a class that maintains a pointer to an object that is programatically accessible through the public interface is known as?

2 Answers   CTS,


write a porgram in c++ that reads an integer and print the biggest digit in the number

0 Answers  


1.what is the difference between software & package &application.

1 Answers   Infosys,


How is c++ different from java?

0 Answers  


structure that describe a hotel with name, address,rooms and number of rooms

2 Answers  


Is map thread safe c++?

0 Answers  


Categories