This fruit is known for its high potassium content
Banana
The currency used in Japan
Yen
This common pain reliever is also known as acetaminophen
Tylenol/Paracetamol
Java was developed by this company in 1995
Sun Microsystems
A small red fruit often mistaken for a vegetable
Tomato
This European currency replaced the Franc and Deutsche Mark
Euro
The vaccine for this disease was discovered by Jonas Salk in 1955
The process of converting Java source code into bytecode
Compilation
This fruit has varieties called Fuji and Gala
Apple
This hormone regulates blood sugar and is vital for diabetics.
Insulin
This design pattern, used in Java, ensures that a class has only one instance and provides a global point of access to it
Singleton Pattern
The only fruit with seeds on the outside
Strawberry
The branch of medicine focused on the heart
Cardiology
This is the default Java GC model in Java 23
G1
The tropical fruit is a key ingredient in piƱa coladas
Pineapple
This class of drugs is used to treat bacterial infections
Antibiotics
In Java's memory model, the area where class metadata, method code, and runtime constant pools are stored is called what
Method Area in JVM Memory Model