what is the difference between Cpp And Java
Answer Posted / sweety
cpp is not a object oriented language .java is the object
oriented programing language
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
I want to control database connections in my program and want that only one thread should be able to make database connection at a time. How can I implement this logic?
Explain different types of thread priorities ?
How can you avoid serialization in child class if the base class is implementing the serializable interface?
What is parsing in grammar?
What does || mean in vectors?
What is the output of the below java program?
What is scanner in java?
Differentiate between the constructors and methods in java?
Why string is a class?
What is java argument list?
What is java in layman terms?
How can we run a java program without making any object?
What is the protected method modifier?
What's the difference between an abstract class and interface in java?
Can main() method in java can return any data?