What is Google Guava?
A) A set of core libraries for Java developed by Google
B) A web framework for building Java applications
C) A database management tool
D) A logging framework for Java
Answer:
A) A set of core libraries for Java developed by Google
Explanation:
Google Guava is a set of core libraries developed by Google for Java programming. It provides a wide range of utilities, including collections, caching, concurrency, string manipulation, I/O operations, and more. Guava is designed to make common programming tasks easier and more efficient, offering utilities that complement and enhance the standard Java libraries.