Answer Posted / kruthi
Java is not pure OOPs because of Primitive data type and of
static keyword.
| Is This Answer Correct ? | 22 Yes | 5 No |
Post New Answer View All Answers
Why heap memory is called heap?
What does it mean to be immutable?
Can we assign null to double in java?
What is the default value of float and double datatype in java?
How can we achieve thread safety in java?
Does substring create a new object?
How does map works in java?
Explain about static nested classes in java?
What is boolean example?
Write a program to show whether a graph is a tree or not using adjacency matrix.
Explain about data types?
What is meant by final class?
What is the use of protected in java?
Explain abstract class in java?
Can we access the non-final local variable, inside the local inner class?