Skip to main content

INTERESTING FACTS ABOUT JAVA


Java is the most popular and long-lasting programming language for a lot of good reasons. With developers swearing by Java’s stability, it has been the go-to language for decades for most software developers.

 Java emerged the most popular because of its capacity of operating in a similar manner on any operating system or hardware and its special portability. The 22 year old most robust, simple and secure programming language was released first on "23rd of May in 1995!" 

  1. The invention was an accident: In 1992, James Gosling was working at Sun Labs when he and his team were building a set-top box and began clearing up C++. In the course of this project, they ended up with a new language and runtime. This is how Java or Oak came into being? What’s Oak? Read on...
  2. Oak was Java’s original name: "Oak" was the first name Java was given. It was later changed to Java by Sun’s marketing department. This is because lawyers at Sun discovered another IT company that was registered by the same name. 
  3. You get paid well to learn Java: The average salary of Java Developers in the US is $83,975. In India, the median would be 4.5 lakh per annum. It certainly pays to be a Java developer and skilled programmers are making good use of the opportunity. There are 9 million Java Developers the world over and the demand still continues to rise!
  4. The mascot – Duke
     The Duke, Java’s official mascot was created by Joe Palrang. He is the same creator who worked for Shrek, the popular Hollywood blockbuster. Duke is a celebrated personality at Oracle. A life-size, living Duke is a well-known feature of all JavaOne conferences. Every year, a new Duke personality is released by Oracle.
  5. The most popular user interface: At present, around 3 billion mobile phones, 125 million Television sets, and all Blu-Ray players work using Java. This programming language is "Ranked No.1in the list of best choice of UI programming language by software developers around the world continually.
  6. The 2nd most popular language: Even if Java is the all-time favorite among developers, it holds the second place in the list of popular programming languages following C that tops the list.
  7. The Final class in not exactly final: Final has "4" meanings in Java! Here’s the list of meanings:
  • Final Field: used for a constant field
  • Final Class: This class can’t be extended
  • Final Variable: Once assigned, the variable value can’t be changed
  • Final Method: This method can’t be overridden
  1.  Java 9 has finally been released, 
  • This news is a relief for many developers after an array of irritating setbacks, mainly due to issues with its modularisation effort left out of Java 8, which was released three years ago, making modular Java a feature in Java 9 instead.
  • Oracle did offer early availability for those wanting to download and test the new platform, but now a final version has been made available.
9. Java Basic Syntax involves 4 components- object, class, methods and instant variables.


10.One Billion downloads: Java gets downloaded one billion times a year!



Comments

Popular posts from this blog

TOP 5 FEATURES OF JAVA 8 THAT CHANGES THE WAY YOU CODE

                                TOP 5 Features Of JAVA 8 Java 8 is well packed with excellent features both at the language and JVM level . If you are wondering why you need to upskill to Java 8, here are some ways in which the latest version actually changes the way you code.  Here we discuss the top 5 1.Lambda Expressions The most important feature from Java 8 is the support for Lambda expressions.   In addition to Java brings it to the forefront of programming, along with other functional languages like Clojure and Scala.   This addition is thought to be the best addition to Java in the last 10 years.  One should become familiar with the syntax of Lambda since it relates to the collection and array operations where Lambdas are integrated into the language libraries. 2. Operations that can run parallel:  Internal iteration is possible now in Java thanks...

5 Reasons Why JAVA Still Rules

The world of coding is filled with a variety of options that can be talked about but whenever this topic is raised it’s the word ‘JAVA’ that everyone enchants. We all will straight away agree that ‘ Yes, Java is the best’. Is Java still popular? Should we really learn JAVA? In this blog, we will share few solid points that declare why JAVA still rules the world of computer languages and why the JAVA course deserves your time and money. 1. Simplest yet most effective JAVA is probably the only computer language with English-like syntax with minimum special characters. This is why it very easy to remember and also to execute. The output of JAVA is a combination of 2 other languages (C and C++) and hence regarded as most effective in nature. 2. Walks with the technology The new technologies always demand something new and JAVA with each new version comes up with the uniqueness that is a peer demand in the market.  3. Compatible with new versions The code is writ...