Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / narender gusain
Yes, java is a pure object oriented language b'coz it contain wrapper class whose function is to use the primitive data type as an object.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
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?
How many ways can we create the string object?
What are the benefits of java?
What is the relationship between clipping and repainting under awt?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is mean by encoding?
Is java an open source?
Does java initialize arrays to zero?
What is the difference between preemptive scheduling and time slicing in java programming?
Will set allow duplicates in java?
Why do we use string?
What is the difference between the final method and abstract method?
What is jee6?
How to make a write-only class in java?
What are the Static and Dynamic Variables? Differentiate them.