Java Reference
In-Depth Information
22. A method is called by specifying an object, the method name, and the method
parameters.
23. A string is a sequence of characters enclosed in quotation marks.
24. A syntax error is a violation of the rules of the programming language. The
compiler detects syntax errors.
25. A logic error causes a program to take an action that the programmer did not
intend. You must test your programs to find logic errors.
26. An editor is a program for entering and modifying text, such as a Java program.
27. The Java compiler translates source code into class files that contain instructions
for the Java virtual machine.
28. The Java virtual machine loads program instructions from class files and library
files.
FURTHER READING
1. http://jmol.sourceforge.net/applet/ The web site for the
jmol applet for visualizing molecules.
28
29
CLASSES, OBJECTS, AND METHODS INTRODUCED IN THIS
CHAPTER
Here is a list of all classes, methods, static variables, and constants introduced in this
chapter. Turn to the documentation in Appendix C for more information.
java.io.PrintStream
print
println
java.lang.System
out
Search WWH ::




Custom Search