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 are examples of modifiers?
Hi all, I am dng a mini project on FileSplitter application which splits the GBs of logfile into Smaller chunks(mbs) depending on the split size." How to handle GBs file? I am getting OutOfMemoryException, when I input such GB sized file. Thx
Is a string literal?
What is a protected void?
Can we override private method in java?
What is the difference between hashmap and hashtable in java?
Does java return by reference?
What is run time allocation?
What is string made of?
What is difference between overloading and overriding in java?
What is main function purpose?
What is prime number in java?
Why is boolean important?
What is meant by local variable and instance variable?
What is the difference between serial and throughput garbage collector?