Can You List Any Three Features Of Java?

1

1 Answers

Shalvin Abraham Profile
Shalvin Abraham answered
Simple..
OOP - Object Oriented
Portable - Write-once-run-anywhere  makes the java language portable provided that the system must have interpreter for the JVM.
Distributed : The widely used protocols like HTTP and FTP are developed in java.
Secure : Java does not use memory pointers explicitly.(Cannot design Viruses easily..!)

Answer Question

Anonymous