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
What is meant by bytecode?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is the difference between menuitem and checkboxmenu item?
What is struts in java?
How big is a 32 bit integer?
What are the important methods of java exception class?
Why put method is used?
What is strings in java?
How many threads can I run java?
Why can't we override private static methods?
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.
Can a class have 2 constructors?
Can private members of a base class are inheritable justify?
Why is static used?
What is linkedlist in java?