What is the difference between C++ and Java and your preferences?


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

Post New Answer

More Core Java Interview Questions

What are adapter classes?

0 Answers  


What is the main purpose of serialization in java?

0 Answers  


Is void a data type?

0 Answers  


Explain the significance of listiterator.

0 Answers  


What is meant by bytecode?

0 Answers  






Is null == null in java?

0 Answers  


Differentiate storage classes on the basis of their scope?

0 Answers   Fidelity,


As a developer what steps do you take to improve the performance?

4 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,


What do you mean by platform independence of Java?

0 Answers  


Explain the Propertie sof class?

0 Answers  


I have a Arraylist object, it has duplecate values also. Now question is i want delete duplecate data in that objet with out using Set?

8 Answers   Aricent,


Categories