Answer Posted / krishna kulkarni
Java included primitives types, In java we can't use
primitive types directly so we need to use wrapper classes
to convert primitive to object. So java is not purely object
oriented.
| Is This Answer Correct ? | 14 Yes | 1 No |
Post New Answer View All Answers
What is jsr in java?
Are jvm’s platform independent?
Is java an api?
Which is better openjdk or oracle jdk?
What is the difference between deep copy and shallow copy in java
What are anonymous methods and lambda expression?
What kind of thread is the garbage collector thread?
What is lazy loading in jpa?
What is javacpl?
What is meant by code profiling?
What are the advantages of lambda functions?
What's the difference between code-based security and role-based security? Which one is better? : java security
Why we use beans in java?
What is the difference between java se and java ee?
Can a dead thread be started again?