Why Java is not purely object oriented?
Answer Posted / samba
Ans) Java is not pure object orinted language. why because
we can write java program class and objects and also can
write java program class and primitive type variable as
like int float double and byte.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is length in java?
What is generic class?
Program to Find the second largest element in an array.
What is += mean in java?
What is the memory leak in java?
What is the technique adopted to create an immutable class?
What is the role of the java.rmi.naming class?
What is the properties class in java programming?
Is char * a string?
What are the different types of collections in java?
How do you do exponents in java?
Explain what is Marker interface?
Is space a char?
What is time complexity algorithm?
What happens if main method is not static?