What are the features of java?

Features of java as a

  • Object oriented :  In java, everything is an object. java can be easily extended Since it is based on the object model
  • Platform independent unlike many other programming language 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 Virtual Machine (JVM) on which platform it is being run on
  • simple : java  is designed to be easy ti learn. If we understand the basic concept of OOP java it would be easy to master
  • Secure : java's secure features it enables ti develop virus-free techniques are based on public-key encryption
  • Architecture-neutral : java compiler generates an architecture neutral object file for format,which makes the compiler code executable on many processors with tthe presence of java runtime Syastem
  • portable : Being architecture-architecture-neutral and having no implementation dependent aspects of the Specification makes java portable
  • The compiler in java is written in ANSI C is a POSIX subset
  • Robust : java makes an effort eliminate errorprone situations by emphasizing mainly on compile time error checking & runtime checking
  • multithread : Java multithread features bit is possible to write program thatbcan perform many task Simultaneously
  • High performance : the use of Just-In -Time compiler,Java enables high performance
  • Distributed : Java is designed for the distributed environment of the internet
  • 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 on extensive of run-time information that can be used to verify & resolve access to object at run-time

Posted on by