What is the difference between C++ & Java?
Answer Posted / kishan
Can u show me any c++ program which is developed without
class or object?
| Is This Answer Correct ? | 17 Yes | 11 No |
Post New Answer View All Answers
How do you implement polymorphism in our day to day life?
Explain wait(), notify() and notifyall() methods of object class ?
Explain, java is compatible with all servers but not all browsers?
What is ternary operator? Give an example.
What is double checked locking in singleton?
What is polymorphism in java? What are the kinds of polymorphism?
What do you understand by the term string pool?
What is keyset in java?
What are register variables what are the advantages?
Differences between C and Java?
Add a value x to array from index l to r where 0 <= l <= r <= n-1
You can create a string object as string str = “abc”; why cant a button object be created as button bt = “abc”;? Explain
Explain about main thread in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is data member in java?