important features of java which differenciate it from c++
Answers were Sorted based on User's Feedback
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 |
Answer / sureshyadav
Java is apure object-oriented progrmaing language.here one
beter feature we have i.e multiple inheritance and pointer
concepets are not used.
In java the primitivw datatypes like(int,float,double,short)
these values can be represented in objects of classes.
| Is This Answer Correct ? | 15 Yes | 3 No |
Answer / srinu
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 ? | 4 Yes | 1 No |
Describe, in general, how java's garbage collector works?
What are externizable interface?
what are memory considerations of jsp compares to other web components?
Explain RMI Architecture?
Which characters may be used as the second character of an identifier, but not as the first character of an identifier?
What are JTA/JTS and how they used by client?
What is multi-tasking? Types?
diff between jsp include directive and jsp action include?
Explain the difference between object state and behavior?
What must a class do to implement an interface?
Can you give me a simple example of using the requiredif validator rule?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify