Camp for Developers Using
Java: A Guide to Creating
Your First Android Apps
4th Edition by Hoisington –
Questions & Answers
Chapters 1–12 2024–2026
What is Java known for? - answer-Reliability, security, and platform independence.
What principle allows Java code to run on any system? - answer-Write once, run
anywhere.
What does Java SE stand for? - answer-Java Standard Edition.
Who created Java? - answer-James Gosling and the Green Team at Sun
Microsystems.
What was Java originally called? - answer-Oak.
What is the role of the Java compiler? - answer-To convert source code into bytecode.
What does JVM stand for? - answer-Java Virtual Machine.
What is the purpose of the JDK? - answer-It contains the compiler and tools needed to
create Java programs.
What does JRE provide? - answer-The environment needed to run Java applications.
What is the function of an IDE? - answer-To write, test, and debug programs.