write any one feature of Java programming language
Answers
Answered by
2
Answer:
Java is an Object-Oriented programming language:
Unlike C++ which is semi object-oriented, Java is a fully object-oriented programming language. It has all OOP features such as abstraction, encapsulation, inheritance and polymorphism
Hope it helps you
Folow for more answers
Answered by
2
Dynamic Nature : It’s a requirement based language model. Classes are not loaded all at once. They jump into action only when an invoke operation executes or some data about the class is needed in the memory. Java finalizes invoking instructions during runtime.
Similar questions