It is the go-to language for minnions of software developers.
JAVA WAS CALLED OAK AT THE BEGENNING
-Yes, you read it right.!! The original name was OAK and then it was eventually changed to JAVA bysun'd marketing dept. when Sun lawyers found there was already existing company with the name Oak.
YOU ARE PAID TO LEARN JAVA
- Yes.!! You are paid on an average of $80,000/anually. What are you waiting for statr learning Java.
JAVA WAS AN ACCIDENT
- James Gosling (creator) of JAVA was working at SunLabs back in 1992, then, his team was building a settop box started by Cleaning up C++ and wound up with a new language and runtime. Thus, the rock-solid platform independent and object oriented came into begin.
SECOND MOST POPULAR LANGUAGE
- Even people argue that Java is the most favourite programming language among developers as a fact it 2nd most popular language followed by C.
MOST POPULAR USER INTERFACE
- As of now more than 3.3 billion mobile phones working on/with Java
FINAL IS NOT FINAL IN JAVA
- final class = The class cannot be extended
final method = The method cannot be overridden
final field = The field is constant
final variable = The value of the variable canno be canged once assigned