Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Java Output

Keywords using in Java Output unit

QuestionAnswer
java.applet package the classes to create an applet or for an applet to communicate with another applet
java.awt Java package with the Abstract Window Toolkit for creating using interfaces and painting graphics and images
java.awt.event package interfaces and classes for dealing with AWT components, such as button clicks and key press events
java.io package to support system input and output via streams, serialization and the file system
java.lang package necessary to the Java language such as data types, threads, strings and others
java.net package used for networking and client/server applications
java.util package for date and time, internationalization, and miscellaneous utilities
javax.swing Java package the provides lightweight Java-based GUI components
keywords or reserved words words used as commands in Java that cannot be used as class names or identifiers
Line comment a single line comment that begins with two forward slashes and is used to describe a single line of code
literal data inside quotes that will be displayed exactly as entered in code
logic error an error that occurs when the program works, but does not process as intended
main() method the starting point of all Java program for execution. May call other methods
method header code that notifies the compiler of the method's attributes, type of data it will generate (if any) name of the method and any additional parameters
method modifier used to set the visibility of the method to other methods
pant() method method to graphically draw text and images on the screen
parameter data received by the method to perform an operation
println() method the method of the System class that returns its value to the specified device, such as the out (default output) device
prototype a functional working model of a proposed system, created to make sure it meets users' needs
keyword public an access modifier in the class header that indicates the code can be accessed by all objects in the program, and extended to another class.
reference variable a type of variable that refers to an object instance, not something stored in data
return value the result or answer of a method to be returned, usually expressed with a data type.
run-time error an error, also called an exception, that occurs when an unexpected condition prevents the program from continuing to run
Selector Window The window in the upper-left corner of Textpad that displays a list of open Textpad files
semantic error an error that changes the meaning of the code, usually indicated by "cannot resolve symbol" or other unrecognizable code errors
setBackground() method method with the Color object to set the background color of the applet window
setFont() method method to set the type of text used in the applet window
setForeground() method method with the Color object to set the foreground (or text) color of the applet window
setSize() method method to set the size of the applet window
static method modifier that means the method is unique and can be invoked without creating a subclass or instance
syntax error an error caused by a code statement that violates one of the rules in the Java program (usually typing errors)
System class class containing class variables and methods for standard input, output, and utilities
system date the current date and time generated by the operating system of a computer
system error error which occurs when a system command is not set properly, software is installed incorrectly, or stored files have changed location
toString() method method to convert a non-string type of data to String
variable a location in computer memory that holds data, and can change the value of that data while the program is running
void keyword that indicates the return value of a method is nothing
Created by: melissagoodall
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards