What is the difference between C++ & Java?
Answer Posted / munish
java is reusable and more reliable,more secure than c++.
| Is This Answer Correct ? | 492 Yes | 50 No |
Post New Answer View All Answers
What are the three parts of a lambda expression?
when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???
What is the purpose of javac exe?
What is an exception? difference between Checked and Unchecked exception in Java
What is the use of list in java?
What do you understand by the term string pool?
What is java instanceof operator?
What is the major drawback of internal iteration over external iteration?
What is the use of pattern in java?
What data type is true or false?
What are data types in programming?
What is difference between iterator and enumeration in java?
Name some OOPS Concepts in Java?
Is there a way to increase the size of an array after its declaration?
Difference between final and effectively final ? Why is effectively final even required ?