Answer Posted / priya
Primitive data types, such as int, char, boolean are not
Objects, which are used by Java. It is why Java is not
a "pure object oriented programming language".
Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why do we create dto in java?
Why dependency injection is used in java?
What is serializable in java?
What does jpa mean?
What is a delimiter in java?
Can we write lambda without functional interface?
How do you create a jar file?
Does jvm maintain a cache by itself? Does the jvm allocate objects in heap? Is this the os heap or the heap maintained by the jvm? Why
Describe the principles of oops.
What is transaction management in java?
What is ui framework in java?
Who is at risk in java? : java security
What are java’s rules regarding tabs, spaces and newline characters?
Write a class which checks whether a given number is prime or not. Write another class to implement the behavior of previous class and print the series of twin prime number upto a given range.
How do I install eclipse?