why C++ Partial Object Oriented Programming Language and C#
and Java Fully Object Oriented Language
Answer Posted / akash
i think java is also partial independent language because we may compile or run the java program only in those system which support JVM..There may be an operating system which doesnot support JVM then in that system we cannot compile our java program.
Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What is difference between constants and readonly in c#?
What is difference between === and ==?
What are boxing and unboxing?
Is overriding of a function possible in the same class?
How can we set the class to be inherited, but prevent the method from being over-ridden?
What is concrete class in c#?
What is jagged array in c#?
What is a nullreferenceexception and how do I fix it?
Can list contain duplicates c#?
How assembly versioning in .NET prevent DLL Hell problem?
How to block a class from being inherited further?
Why do we need properties in c#?
What is boxing? Explain its functionality?
What is Fragmentation and its Types?
What is the difference between array and arraylist in c#?