important features of java which differenciate it from c++
Answer Posted / kumod kumar
there are following diff between java and c++
1) one of the most important diff is there is no pointre in
java but pointer is hidden from programmer.
2) java is pure object oriented programming language where
as c++ is not pure object oriented language is also support
c feature.
3) in java everything should be within class includin main
function where as it can be in calss or not.
4) java doesn't support operator overloading where as c++
souuprt
5)there is no global variable in java where as it is in c++
6) there is no distructor in java but threr is finally key
work
7)there is no multipal inharitance but is can be achived by
interface
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What are the different types of exception?
Define aop(assepct oriented programing)?
Explain RMI Architecture?
How to pass parameters in RMI?
What do you know about seam?
What class is the top of the awt event hierarchy?
What are the call back methods in entity bean?
Explain ioc concept?
Brief description about local interfaces?
What is synchronization and why is it important?
What are the services in RMI ?
What is the difference between the session.get() method and the session.load() method?
Difference between new operator and class.forname().newinstance()?
What is jboss?
Explain the difference between object state and behavior?