Knowee
Questions
Features
Study Tools

Name two main features of java Programming

Question

Name two main features of java Programming

🧐 Not the exact question you are looking for?Go ask a question

Solution

  1. Object-Oriented: Java is an object-oriented programming language. This means that everything in Java is an object. Object-oriented programming (OOP) helps in keeping system modular, flexible, and extensible. It makes the software easier to maintain, modify and debug. It also allows the creation of reusable code and modular programs.

  2. Platform Independent: Unlike many other programming languages including C and C++, when Java is compiled, it is not compiled into platform-specific machine, rather into platform-independent byte code. This byte code is distributed over the web and interpreted by the Virtual Machine (JVM) on whichever platform it is being run on. This makes Java highly portable as its byte codes can run on any system regardless of the underlying operating system.

This problem has been solved

Similar Questions

what are the features of java?

Explain different features of Java in detail.

State and explain four features of java programming language

explain the importance of Java in programming

If a programmer chooses java, a special approach is used. Identify one feature of this special approach.

1/3

Upgrade your grade with Knowee

Get personalized homework help. Review tough concepts in more detail, or go deeper into your topic by exploring other relevant questions.