You are on page 1of 1

Q) What are the features of java?

i) Simple: The Java language is easy to learn and its coding style is easy to read and write.

ii)Platform Independent: Java is a write once, run anywhere language. Java code can be

executed on multiple platforms, for example, Windows, Linux, Sun Solaris, Mac/OS, etc.

iii)Secure: Java is called one of the secure language. Because there is no explicit pointer and

java programs run inside JVM.

iv)Robust: It uses strong memory management. Java provides automatic garbage collection which

runs on the Java Virtual Machine.

v)Portable: Java is portable because it provides facility you to carry the Java byte code to any
platform.

vi)Multi Threading: Java multithreading feature makes it possible to write program that can do many

tasks simultaneously.

vii) Object Oriented: Java is an object oriented language. Object Oriented is a methodology that

simplifies software development.

You might also like