Why Java is not purely object oriented?
Answer Posted / anjali purwar
Yes, JAVA is not purrely Object oriented because of the use
of primitive data types like char, int,bool,etc.
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What is stream api in java8?
Program to Find the second largest element in an array.
What is a final class in java?
How do you insert a line break?
can java object be locked down for exclusive use by a given thread? : Java thread
What is size of int in java?
How do you invoke a method?
What is a for loop in java?
What is string array?
Why parsing is done?
What is the main use of generics in java?
Is main is a keyword?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
How do you declare a variable?
What are conditionals and its types?