PROGRAMMING Overview of Java

advertisement
NAME:________________________ DATE:_____________ SCORE:_____/15
PROGRAMMING
Overview of Java
Answer each question. Use the following resources:
•
•
•
Chapter 2: First Java Programs
Spurgeon’s Java websites
Internet searching
1.
Name the person who originally developed Java.
2.
Where did the name Java come from?
3.
What year was Java technology first launched?
4.
What are three benefits to programming in Java?
5.
Explain what is meant by “Java is a portable language”.
6.
What does JVM stand for and what is its purpose?
7.
Explain the difference between source code and bytecode.
8.
What does IDE stand for and what is the purpose of an IDE?
B. Spurgeon – Nov. 2008
9.
What does GUI stand for and what does it mean?
10.
What is a Terminal I/O user interface?
11.
Explain the difference between an applet and an application.
12.
What does API stand for and what is its purpose?
13.
What does AWT stand for and what is it used for?
14.
What is the purpose of a Java import statement?
15.
Write a line of DOS code for each of the following:
Compile a file called “HelloWorld”: _______________________________________
Execute a file called “HelloWorld”: ________________________________________
B. Spurgeon – Nov. 2008
Download