is java purely oop Language?

Answer Posted / vijay tandel

Java is not pure OOP Language because it uses primitive data
types.

Is This Answer Correct ?    17 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are functions in oop?

769


Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)

3793


What are objects in oop?

803


How to handle exception in c++, For example in a functions i am assigning memory to some variables and also in next instructions in am dividing one variable also. If this functions generates a error while allocating memory to those variable and also while dividing the variable if i divide by zero then catch block how it will identify that this error has cone from perticular instruction

1854


What is abstraction encapsulation?

842






What is basic concept of oop?

868


how to get the oracle certification? send me the answer

1869


Why do we use oops?

742


Can we have inheritance without polymorphism?

767


to find out the minimum of two integer number of two different classes using friend function

1844


How is class defined?

799


Is oop better than procedural?

745


What is stream in oop?

1017


Why do we use class in oops?

728


write a code for this. serial_number contained in the header of the file will be read , if this serial number is less than a previous serial number within a successfully processed file, or is the same as another serial number within a successfully processed file, or if the field contains anything other than 7 digits, then the file must error with the reason ‘Invalid SERIAL_NUMBER’.

1970