# Quick intro to Google Guava

DevFeed: [Quick intro to Google Guava](<https://devfeed.tech/articles/quick-intro-to-google-guava-37835.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/rocking-out-with-google-guava/>)

Author: Carlos Alexandro Becker

Published: 2012-08-08T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Java](<https://devfeed.tech/topics/java.md>), [Collections](<https://devfeed.tech/topics/collections.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Concurrency](<https://devfeed.tech/topics/concurrency.md>), [IO](<https://devfeed.tech/topics/io.md>)

Tags: [caching](<https://devfeed.tech/tags/caching.md>), [collections](<https://devfeed.tech/tags/collections.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [google](<https://devfeed.tech/tags/google.md>), [java](<https://devfeed.tech/tags/java.md>), [libraries](<https://devfeed.tech/tags/libraries.md>), [processing](<https://devfeed.tech/tags/processing.md>)

## AI overview

An introduction to Google Guava, covering its Java libraries for collections, caching, concurrency, string processing, I/O, null handling, immutable collections, EventBus, and related utilities.

## Source excerpt

According to the project site on GitHub, The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.