0
4.8kviews
Explain any 3 features of java.

Mumbai University > Information Technology > Sem 3 > Object Oriented Programming Methodology

Marks: 5 M

Year: May 2015

1 Answer
0
261views

1) Secure

  • Java program cannot harm other system thus making it secure.
  • Java provides a secure means of creating Internet applications.
  • Java provides secure way to access web applications.

2) Portable

  • Java programs can execute in any environment for which there is a Java run-time system.(JVM)
  • Java programs can be run on any platform (Linux, Window, Mac)
  • Java programs can be transferred over World Wide Web (e.g. applets).

3) Architecture-Neutral

  • Java is not tied to a specific machine or operating system architecture.
  • Machine Independent i.e Java is independent of hardware.

4) Interpreted

  • Java supports cross-platform code through the use of Java bytecode.
  • Bytecode can be interpreted on any platform by JVM.
Please log in to add an answer.