Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / ramesh bhardwaj
Java is not pure object oriented programming language because ,It is used Primitive Data Type
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Define "Access specifiers" in java.
What is floor math?
What is hashing principle in java?
What are the types of methodology?
What is the size of int in 64-bit jvm?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Give us a program to check for parenthesis matching using stack.
What are passing parameters?
Explain the access modifiers for a class, method and variables?
What is difference between fileinputstream and filereader in java?
Which api is provided by java for operations on set of objects?
What are the drawbacks of reflection?
What is a double vs float?
What is included in core java?
What is a platform?