why java is called as a purely oops language.

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


Please Help Members By Posting Answers For Below Questions

Explain what is the difference between functions getch() and getche()?

781


What are the difference between a free-standing and a hosted environment?

996


What are inbuilt functions in c?

776


Can a variable be both constant and volatile?

803


What is use of integral promotions in c?

865


What are header files and explain what are its uses in c programming?

826


What is the difference between mpi and openmp?

973


why return type of main is not necessary in linux

1869


WRITE A PROGRAM TO MERGE TWO SORTED ARRAY USING MERGE SORT TECHNIQUE..

1786


cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration

851


What is calloc() function?

851


Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.

1833


What is the right type to use for boolean values in c?

802


why arguments can generally be passed to functions a) sending the values of the arguments b) sending the addresses of the arguments c) a & b d) none of the above

875


Why is sizeof () an operator and not a function?

761