Is java is a fully object object oriented language?
Answer Posted / sravanthi
No,java is not fully Object oriented language.
b coz java does not supports pointers and multiple
inheritance concepts.
thanks
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What do you understand by final value?
What is meant by flickering?
Can a list be null in java?
Explain the importance of finalize() method.
Explain the difference between jvm and jre?
Write a program to print all permutations of string?
What do you mean by boolean?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is a two-pass assembler?
Explain the init method?
How is hashcode calculated in java?
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
What is collections framework?
What is a byte array?
What does system out println () do?