Java Replace Quotes

We've searched our database for all the quotes and captions related to Java Replace. Here they are! All 8 of them:

β€œ
The java.util.concurrent.atomic package contains atomic variable classes for effecting atomic state transitions on numbers and object references. By replacing the long counter with an AtomicLong, we ensure that all actions that access the counter state are atomic.
”
”
Brian Goetz (Java Concurrency in Practice)
β€œ
If you write an = operator after a parameter, followed by an expression, the value of that expression will replace the argument when it is not given.
”
”
Marijn Haverbeke (Eloquent JavaScript: A Modern Introduction to Programming)
β€œ
York from a Dutch neighbor who had immigrated from Java.” People living in the warm East Indian climate noticed that birds gathered a substance from seaweed and used it as a binding material in nests. The material did not melt and did not appear to spoilβ€”bacteria cannot degrade it. Hesse passed on to Koch the idea of replacing gelatin with agar-agar. Koch immediately formulated the agar with nutrients into a medium that melted when heat-sterilized and solidified when cooled
”
”
Anne E. Maczulak (Allies and Enemies: How the World Depends on Bacteria (FT Press Science))
β€œ
Sometimes, you can reduce the latency to an acceptable amount by implementing a batch API for fetching multiple objects in a single round trip. But in other situations, the solution is to combine services, replacing expensive IPC with language-level method or function calls.
”
”
Chris Richardson (Microservices Patterns: With examples in Java)
β€œ
Htmx is adding functionality to this button (via JavaScript), but that functionality is augmenting HTML as a hypermedia. Htmx extends the hypermedia system of the web, rather than replacing that hypermedia system with a totally different architecture.
”
”
Carson Gross (Hypermedia Systems)
β€œ
they're just like the Smalltalk folks, who waited forever to replace C++, and then Java came along and screwed them royally and permanently.
”
”
Steve Yegge (A Programmer's Rantings: On Programming-Language Religions, Code Philosophies, Google Work Culture, and Other Stuff)
β€œ
Some languages offer the tail recursion optimization. This means that if a function returns the result of invoking itself recursively, then the invocation is replaced with a loop, which can significantly speed things up. Unfortunately, JavaScript does not currently provide tail recursion optimization. Functions that recurse very deeply can fail by exhausting the return stack:
”
”
Douglas Crockford (JavaScript: The Good Parts: The Good Parts)
β€œ
booby-trapped message is viewed. "This bug allows remote HTML content to be loaded, replacing the content of the original e-mail message," a user with the GitHub name jansoucek wrote in a readme file accompanying the exploit. "JavaScript is disabled in this UIWebView, but it is still possible to build a functional password 'collector' using simple HTML and CSS [ cascading style sheets ].
”
”
Anonymous