Interesting Facts About Java Last Updated : 06 Jan, 2019 Comments Improve Suggest changes Like Article Like Report Java: A general-purpose, high-level programming language. It is developed by Sun Microsystems. It was developed by a mini team of engineers which is known as the Green Team. They initiated this language in 1991. Here are some interesting facts about Java: The initial name of java was "Oak". It was changed to Java by Sun's marketing department changed it to "java" when they found that name was already registered for some computer company. Java was made by an accident. Around 1992, James Gosling was working at the Sun Labs. He and his team at that time were building a set-top box and which is started by "cleaning up" the C++ and they all wound up with a new language called Java or Oak. Java is the second most popular language and is very popular among the developers. Java is free from the concept of Pointer as adding pointers to Java language would compromise security and the robustness, making this language more complex. In Java, The meaning of Final keyword is not final. It has different meanings in java. It can be Final class, Final method, Final field or Final variable. Java is used by 95% of the enterprises as their primary language. It is much more than C and the other languages. In one year Java gets downloaded one billion times. A Java developer's median salary is $83, 975.00. It pays to be a Java developer. Today, Java rationally runs on more than 1 billion as the Android operating system of Google uses Java APIs. The main technology site of Sun is java.sun.com. The name of Collaborative site which is run by Sun is java.net. A news site which is run by Sun is java.com. If you want to know about Java programs related news, just log on to the www.javaworld.com. Comment More infoAdvertise with us Next Article Interesting Facts About Java M MeghaKakkar Follow Improve Article Tags : Java java-basics Interesting-Facts Practice Tags : Java Similar Reads 25 Interesting Facts about Arrays in Java Java arrays are the workhorses of many programs, offering a structured way to store and manipulate data. While arrays are a fundamental concept, there are intriguing facts that developers may not be aware of for Java Arrays. In this blog post, we'll explore 25 interesting facts about arrays in Java, 8 min read Evolution of Interface in Java In Java, interfaces define a contract for classes without specifying how the methods are implemented. With time, Java has introduced major enhancements or we can say evolution of interfaces to make them more powerful. So, in this article, we will explore the evolution of interfaces in Java from Java 3 min read Java Features Java is a high-level, object-oriented programming language. This language is very easy to learn and widely used. It is known for its platform independence, reliability, and security. It follows one principle, that is "Write Once, Run Anywhere" principle. It supports various features like portability 7 min read 10 Best Java Compilers in 2025 Java Compilers refers to a program that takes the text file work of a software developer and compiles it into a platform-independent Java file. The Java compilers mainly include the Java Programming language compilers (javac), the Eclipse compiler for Java(ECJ), the GNU, and Jikes. The Java Compiler 7 min read Java Applet Basics Java Applets was once a very popular feature of web applications. Java Applets were small programs written in Java that ran inside a web browser. Learning about Applet helps us understand how Java has evolved and how it handles graphics.Note: java.applet package has been deprecated in Java 9 and lat 9 min read Introduction to Java Java is a high-level, object-oriented programming language developed by Sun Microsystems in 1995. It is platform-independent, which means we can write code once and run it anywhere using the Java Virtual Machine (JVM). Java is mostly used for building desktop applications, web applications, Android 4 min read Java Interview Questions and Answers Java is one of the most popular programming languages in the world, known for its versatility, portability, and wide range of applications. Java is the most used language in top companies such as Uber, Airbnb, Google, Netflix, Instagram, Spotify, Amazon, and many more because of its features and per 15+ min read Coding Guidelines in Java Java is one of the most popular and widely used programming languages and platforms. A platform is an environment that helps to develop and run programs written in any programming language. Java is fast, reliable, and secure. From desktop to web applications, scientific supercomputers to gaming cons 7 min read Java Applet Class Java Applet is a special type of small Java program embedded in the webpage to generate dynamic content. The specialty of the Java applet is it runs inside the browser and works on the Client side (User interface side). Note:Applets, which are small programs that can be run inside a web page, are no 4 min read 7 Things You Didnât Know About Java Undoubtedly, Java has been the most famous and widely used programming language out there. Not 1, or 2 but, today it covers almost every sector in the market. The reason is its adaptive nature and platform independence. By 2024, Java has already entered its 29th Anniversary and thereâs no looking ba 8 min read Like