Answer Posted / kandavel
java is thread based language but C++ is process based Language
java is pure object oriented language but C++ is Partial
object oriented language
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
How do you compare values in java?
Why is it called a string?
What are the different data types in java?
Define the term string pool?
How do you change an int to a string?
Explain about the security aspect of java?
Why java is used everywhere?
What is += mean in java?
What flag up means?
What is difference between iterator and enumeration in java?
Write a program to print the pattern given below
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is private static in java?
What is classes in java?
Can you make a constructor final?