Why Java is not purely object oriented?

Answer Posted / kiran kumar maharana

Java is not purely object oriented language because following
1)primitive datatypes are not the object type
2)static concept is not the part of class & object
3)All user defined types are not objects
4) All operations are performed by sending messages to objects

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which arithmetic operations can result in the throwing of an arithmeticexception?

603


Does list maintain insertion order java?

545


Is call by reference possible in java?

543


Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?

691


What is the difference between notify and notifyall method?

622






What is intern method in java?

591


What is autoboxing in java?

616


What is a concrete classes? Is Java object class is concrete class?

522


Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

2289


Explain different ways of creating a thread?

535


How do I run java on windows?

540


Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.

602


How do you reverse a list?

558


What is a control variable example?

538


What are the different data types in java?

536