|
Java allows you to play online games, chat with people around the world, calculate your mortgage interest, view images in 3D, create programs to run within a web browser and web services
http://answers.ask.com/Computers/Programming/why_d...
|
|
Java Card. denotes a Java Card technology-enabled smart card. Java Card technology allows applets written in the Java language to be executed on a smart card.
http://wiki.answers.com/Q/Why_we_use_java_card
|
|
super is a keyword in java.uses of super are: 1.it is used to call super class constructor. 2.It is used to call a method of super class that is hidden by sub-class.
http://wiki.answers.com/Q/Why_we_use_super_in_java
|
|
It tells the compiler that E is a generic type and not the name of a class. Otherwise, there can be mysterious and hard-to-resolve conflicts. Embed Quote
http://www.quora.com/In-Java-why-do-we-need-to-dec...
|