List any five features of Java?

I can't list 5 features but i can tell you that java is not a secure application and is banned by some organisations. I believe firefox has now blocked java by default due to all these insecurities. Why can't they (oracle) just sort it out properly?!
 
Hi,
A number of interesting features have been added to the Java language in the 1.5 version, or Java 5 as it is referred to. The language level features are auto-boxing, foreach, enums, varargs, annotation, static imports, and generics.

Most of these features can be considered a progress. These improve the productivity of developers in cutting down verbose syntax and making code more intuitive.

The following figure shows my opinion on the usefulness of the features:
The five features are(foreach, varargs, auto-boxing, enum) are very good. Annotation is very useful, but we also have to figure out when and where to use it properly. Static import provides only marginal value benefits (and may also lead to poor code), and another feature is pretty bad.
 
There is given many features of java. They are also known as java buzzwords. The Java Features given below are simple and easy to understand.

Simple
Object-Oriented
Platform independent
Secured
Robust
Architecture neutral
Portable
Dynamic
Interpreted
High Performance
Multithreaded
Distributed
 
Back
Top