Answer Posted / sathish kumar.s
1.In java everthing is not an object.
2.because we are using the pritive data types to make a task
(program).
E.g, in addition of numbers, we are declaring the data type
as int, not an object. so it's not 100% pure OOP's.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is derived datatype?
What is java autoboxing?
What is ascii code?
Explain the protected field modifier?
What is difference between wait and notify in java?
What does int [] mean in java?
What are the important features of Java 8 release?
What is mean by exception?
How to store image in arraylist in java?
How many types of exception can occur in a java program?
What is the difference between I ++ and ++ I in java?
What is the purpose of static methods and variables?
Which sorting is used in arrays sort in java?
This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }
What is a char in java?