important features of java which differenciate it from c++
Answer Posted / 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 |
Post New Answer View All Answers
Why use a datasource when you can directly specify a connection details? (in a J2EE application)
What are the oops concept?
What are the different algorithms used for clustering?
What is the difference between the string and stringbuffer classes?
If your ui seems to freeze periodically, what might be a likely reason?
When is the best time to validate input?
Brief description about local interfaces?
Why do I get a duplicate name error when loading a jar file?
Are enterprise beans allowed to use thread.sleep()?
How many times may an objects finalize() method be invoked by the garbage collector?
What classes of exceptions may be caught by a catch clause?
Is the ternary operator written x : y ? Z or x ? Y : z ?
What is the difference between RMI registry and OS Agent?
Which component handles cluster communication in jboss?
What value does readline() return when it has reached the end of a file?