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
explain what is fifo?
What is the meaning of c in c language?
Is c easy to learn?
How can I read/write structures from/to data files?
if (i = 0)printf ("True"); elseprintf("False"); Under what conditions will the above print out the string "True" a) Never b) Always c) When the value of i is 0 d) all of the above
Can true be a variable name in c?
What is a list in c?
Which function in C can be used to append a string to another string?
What is unary operator?
What is break in c?
What is #line?
Is main an identifier in c?
What are variables and it what way is it different from constants?
Explain the difference between #include "..." And #include <...> In c?
What is the difference between declaring a variable and defining a variable?