Famous Quotes & Sayings

Java Programmers Quotes & Sayings

Enjoy reading and share 3 famous quotes about Java Programmers with everyone.

Share on Facebook Share on Twitter Share on Google+ Pinterest Share on Linkedin

Top Java Programmers Quotes

Java Programmers Quotes By David Chisnall

Go uses garbage collection (GC). Generally, people have one of two reactions to this. If you come from a high-level language, like Java, C#, Ruby, Python, or Smalltalk, then your reaction is likely to be "So what? It's a standard language feature these days." People coming from C or C++, in contrast, tend to regard GC as a decadent luxury and a sign of incompetence among programmers in general. Oh, and they also want you to get off their lawn. — David Chisnall

Java Programmers Quotes By Philip Greenspun

When you choose a language, youre also choosing a community. The programmers youll be able to hire to work on a Java project wont be as smart as the ones you could get to work on a project written in Python. And the quality of your hackers probably matters more than the language you choose. Though, frankly, the fact that good hackers prefer Python to Java should tell you something about the relative merits of those languages. — Philip Greenspun

Java Programmers Quotes By Steve McConnell

Programmers working with high-level languages achieve better productivity and quality than those working with lower-level languages. Languages such as C++, Java, Smalltalk, and Visual Basic have been credited with improving productivity, reliability, simplicity, and comprehensibility by factors of 5 to 15 over low-level languages such as assembly and C (Brooks 1987, Jones 1998, Boehm 2000). You save time when you don't need to have an awards ceremony every time a C statement does what it's supposed to. — Steve McConnell