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


Please Help Members By Posting Answers For Below Questions

What is the benefit of inner / nested classes ?

529


What do you understand by private, protected and public?

526


Why is the singleton pattern considered to be an anti pattern?

480


What is β€˜is-a β€˜ relationship in java?

592


what are abstract functions?

563






What is a parameter in simple terms?

564


why using interface interface ?

1514


What causes memory leak in java?

484


What are static initalizers in java ?

585


What are java threads?

623


What are abstract methods in java?

658


Name few "optional" classes introduced with java 8 ?

651


Describe the term diamond problem.

577


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

615


What is rule of accessibility in java?

545