Can Java be said to be the complete object-oriented programming language
Answer / nashiinformaticssolutions
No, Java cannot be treated as a complete object-oriented programming language.
Is This Answer Correct ? | 0 Yes | 0 No |
What are streams in java 8?
what is life cycle of applet?
What is the latest version of java?
What is finalize()? Is finalize() similar to a destructor?
Describe the various concepts related to object oriented programming (oop).
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
Is string passed by reference in java?
What is increment in java?
What is java reflection api?
What is mean by encoding?
take any 4 input numbers. like 2345.. wanted out put is All 16 combinations of the number 2345.. for example- taking input as 4565 output- 5654 4556 4655..
Can a class be defined inside an interface?