Computer Science, asked by Anonymous, 8 months ago

Achya, Explain any 5 features(advantages ) of Java Language


50 points (:​

Answers

Answered by Anonymous
1

☯ AnSwEr

(1). Simple : Java is designed to be easy to learn. If you understand the basic concept of OOP Java, it would be easy to master.

(2). High Performance : With the use of Just-In-Time compilers, Java enables high performance.

(3). Distributed : Java is designed for the distributed environment of the internet.

(4). Dynamic : Java is considered to be more dynamic than C or C++ since it is designed to adapt to an evolving environment. Java programs can carry an extensive amount of run-time information that can be used to verify and resolve accesses to objects at run-time.

(5). Multi Threading : Java supports multithreading. Multithreading means handling more than one job at a time, so get more process get done in less time than it could with just one thread.

\rule{200}{2}

Answered by nilesh102
1

hi mate,

  • Answer: Java™ has significant advantages over other languages and environments that make it suitable for just about any programming task.
  • The advantages of Java are as follows:
  • Java is easy to learn.
  • Java is easy to learn.Java was designed to be easy to use and is therefore easy to write, compile, debug, and learn than other programming languages.
  • Java is object-oriented.
  • Java is object-oriented.This allows you to create modular programs and reusable code.
  • Java is platform-independent.
  • Java is platform-independent.One of the most significant advantages of Java is its ability to move easily from one computer system to another. The ability to run the same program on many different systems is crucial to World Wide Web software, and Java succeeds at this by being platform-independent at both the source and binary levels.
  • Because of Java's robustness, ease of use, cross-platform capabilities and security features, it has become a language of choice for providing worldwide Internet solutions.

i hope it helps you.

Similar questions