what is the difference between Cpp And Java
Answer Posted / sridhar
Buddy,
Java is not 100% object oriented because of the
primary data types. But we will do wrapping to convert
these to classes.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
Write a function to find out longest palindrome in a given string?
What are the restrictions imposed by a Security Manager on Applets?.
why Interface used?
What's the difference between comparison done by equals method and == operator?
java program with complete 4 oops concepts implemented example
Is java a utf 8 string?
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?
Which is better singleton or static class?
how to create multithreaded program? Explain different ways of using thread? : Java thread
What is main method?
What are the java ide's? Explain
What is the purpose of extern variable?
What is the common usage of serialization?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
Write a java program that prints all the values given at command-line.