Answer Posted / sujith
Java is not at all a purely oops language.
A language is called to be purely oops language if and only
if what ever we use in that are objects, including data
types. java still uses c types only except for Strings.
| Is This Answer Correct ? | 8 Yes | 6 No |
Post New Answer View All Answers
Is calloc better than malloc?
can we change the default calling convention in c if yes than how.........?
What do you mean by Recursion Function?
What are data structures in c and how to use them?
What is void pointers in c?
What are linked lists in c?
What is the condition that is applied with ?: Operator?
What are c header files?
What is c++ used for today?
What is an arrays?
What are the 5 types of inheritance in c ++?
What is meant by recursion?
What are compound statements?
program to find error in linklist.(i.e find whether any node point wrongly to previous nodes instead of next node)
What does %d do?