Choose language

Forgot your password?

Need a Spoofbox account? Create one for FREE!

No subscription or hidden extras

Login

#java

Read through the most famous quotes by topic #java




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


#amongst #best #common #fit #funny

However, when Java is promoted as the sole programming language, its flaws and limitations become serious.


Bjarne Stroustrup


#flaws #however #java #language #limitations

If you believe there is always a better way, take the next step in exploring your potential with ZaranTech


Mr Alok Kumar


#dot-net #java #online-training #sap #zarantech

We see a lot of feature-driven product design in which the cost of features is not properly accounted. Features can have a negative value to customers because they make the products more difficult to understand and use. We are finding that people like products that just work. It turns out that designs that just work are much harder to produce that designs that assemble long lists of features.


Douglas Crockford


#philosophy #programming #simplicity #software-development #design

Immutable objects are simple. They can only be in one state, which is carefully controlled by the constructor. One of the most difficult elements of program design is reasoning about the possible states of complex objects. Reasoning about the state of immutable objects, on the other hand, is trivial. Immutable objects are also safer. Passing a mutable object to untrusted code, or otherwise publishing it where untrusted code could find it, is dangerous — the untrusted code might modify its state, or, worse, retain a reference to it and modify its state later from another thread. On the other hand, immutable objects cannot be subverted in this manner by malicious or buggy code, so they are safe to share and publish freely without the need to make defensive copies.


Brian Goetz


#java #programming #design

It is far easier to design a class to be thread-safe than to retrofit it for thread safety later.


Brian Goetz


#java #programming #design

Whenever more than one thread accesses a given state variable, and one of them might write to it, they all must coordinate their access to it using synchronization.


Brian Goetz


#java #programming #synchronicity

I've never worked with the Java community.


Miguel de Icaza


#i #java #never #worked

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


#better #claim #compromise #effort #evolution

I was interested in Java the beginning, but the problem with Java is you do have to switch your platform.


Miguel de Icaza


#i #interested #java #platform #problem






back to top