Answer Posted / sakthivel(gceb)(n.p)pollachi
c++ is an object oriented language. but java is pure object
oriented language.in java all properties are based on
classes and objects.but in c++ we can write and execute the
program with out using class.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How to optimize the javac output?
How is treeset implemented in java?
Name few java util classes introduced with java 8 ?
How do you check if two given string are anagrams?
Explain importance of finally block in java?
what is collatration?
Are global variables initialized to zero?
What is a function in programming?
What is difference between string and stringbuffer?
Can we compare two strings in java?
Give reasons supporting that string is immutable.
What is the access scope of protected access specifier?
Explain covariant method overriding in java.
What does the “static” keyword mean? Can you override private or static method in java?
Can we serialize singleton class?