Why Java is not purely object oriented?

Answer Posted / miss.nayan vasant sinhe

Java is not truly object oriented language because it does not follow four rules of truly object oriented language i.e.
1)Inheritance
2)Polymorphism
3}Abstraction
4)Incapsulation

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can singleton class be cloned?

827


Is call by reference possible in java?

743


What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?

895


Which container method is used to cause a container to be laid out and redisplayed in java programming?

877


what are different ways in which a thread can enter the waiting state? : Java thread

727


What is a hashmap used for?

910


What are the methods used to implement for the key object in the hash map?

805


What are the library functions in java?

798


Can we declare a constructor as final?

934


Is the milky way in a void?

768


23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an tag?. code,height & width. 26. What does 'CODEBASE' in an applet tag specify?. Files absolute path.

2274


Can an interface implement another interface?

796


Write a program to find the whether a number is an Armstrong number or not?

794


Is a char always 1 byte?

745


what is the difference between the methods sleep() and wait()? : Java thread

742