What is the differences between c++ and java? Explain


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

Post New Answer

More Core Java Interview Questions

what is diffrence between .NET and java?

2 Answers  


Given: 1. package test; 2. 3. class Target { 4. public String name = “hello”; 5. } What can directly access and change the value of the variable name? 1 any class 2 only the Target class 3 any class in the test package 4 any class that extends Target

7 Answers   Infosys, WW,


Java is pass by value or pass by reference? Explain

0 Answers  


What is the difference between the prefix and postfix forms of the ++ operator?

0 Answers  


In treeset we add same object ...what will be the out put

3 Answers  






Difference between static and dynamic class loading.

0 Answers  


Which is a valid identifier?

0 Answers  


How many classes can any class inherit java?

0 Answers  


how to print the below in java? * * * * * * * * *

2 Answers  


Difference between overriding and overloading in java?

0 Answers  


what is the use of Clonable,and serializable interface?

1 Answers  


What does the string method compareto () do?

0 Answers  


Categories