Top 25 Java Quotes

Words matter. These are the best Java Quotes from famous people such as Markus Persson, John Carmack, Guido van Rossum, James Gosling, Larry Ellison, and they’re great for sharing with your friends.

Specifically, my favorite tool in Java is hot code swap

Specifically, my favorite tool in Java is hot code swapping in debug mode, meaning I can edit the code while the game is running and immediately see the results in the running game. This is super great for rapid tweaking.
Markus Persson
High-end BREW phones aren’t nearly as limited a gaming platform as you might think – they are a lot more powerful than an original Play Station, for example. Java phones, however, are saddled with a huge disadvantage for gaming.
John Carmack
Mark Hammond is working in this area, with Windows Scripting Host. It is definitely an area where Python fits almost perfectly. That’s quite independent from Java, actually.
Guido van Rossum
I enjoy evangelizing Java. In my heart of hearts, I’m an engineer, and what makes me happy is building something that works and having someone use it. That’s cool.
James Gosling
From the point of view of the people who are using the platform, one of the most valuable things about Java is the consistency, the interoperability.
James Gosling
We think we’re going to be especially strong in platform where we have our two platform brands: our database brand is the Oracle Database 12c, and our programming language brand is this thing called Java.
Larry Ellison
Java the language is almost irrelevant. It’s the design of the Java Virtual Machine. And I’ve seen compilers for ML, compilers for Scheme, compilers for Ada, and they all work. Not many people use them, but it doesn’t matter: they all work.
James Gosling
One of the things that Java is good at is giving you this homogeneous view of a reality that’s usually very heterogeneous.
James Gosling
C++ and Java, say, are presumably growing faster than plain C, but I bet C will still be around.
Dennis Ritchie
No one wants one language. There are applications when it’s appropriate to write something in C rather than in Java. If you want to write something where performance is much more important than extensibility, then you might want to choose C rather than Java.
Brian Behlendorf
If you’re talking about Java in particular, Python is about the best fit you can get amongst all the other languages. Yet the funny thing is, from a language point of view, JavaScript has a lot in common with Python, but it is sort of a restricted subset.
Guido van Rossum
In my daily work, I work on very large, complex, distributed systems built out of many Python modules and packages. The focus is very similar to what you find, for example, in Java and, in general, in systems programming languages.
Guido van Rossum
This evolution may compromise Java’s claim of being simpler than C++, but my guess is that the effort will make Java a better language than it is today.
Bjarne Stroustrup
If you want to write the software to control the national medical system of a large country, Java is perfect.
James Gosling
I’ve never worked with the Java community.
Miguel de Icaza
I was interested in Java the beginning, but the problem with Java is you do have to switch your platform.
Miguel de Icaza
If I had intended for ‘Minecraft’ to end up on consoles, I wouldn’t have developed the game in Java. The decision to port the game to consoles came from a combination of player requests, a desire to play around with the brand on different platforms, and some interesting business deals.
Markus Persson
Now, it’s my belief that Python is a lot easier than to teach to students programming and teach them C or C++ or Java at the same time because all the details of the languages are so much harder. Other scripting languages really don’t work very well there either.
Guido van Rossum
The sophisticates of Java, the traders of Sumatra, the peasants from the outer islands found no common ground. During siesta time from one to five, the Islamic group met separately, the Nationalist group met separately, the Federalist and Unitarians met separately.
Sukarno
When you write a program for Android, you use the Oracle Java tools for everything, and at the very end, you push a button and say, ‘Convert this to Android format.’
Larry Ellison
Study how to write smart contracts, which is the basic unit of programming a blockchain for business purposes. It is the equivalent of being taught HTML and Java during the early Internet days. And master how to create assets or tokenize existing ones on a blockchain.
William Mougayar
What’s kept Java from being used as widely as possible is there hasn’t been an Open Source implementation of it that’s gotten really widespread use.
Brian Behlendorf
I’m just an observer of Java, and where Microsoft wants to go with C# is too early to tell.
Dennis Ritchie
After all, C++ isn’t a perfect match for Java’s design aims either.
Bjarne Stroustrup
Web servers are written in C, and if they’re not, they’re written in Java or C++, which are C derivatives, or Python or Ruby, which are implemented in C.
Rob Pike