• Tidak ada hasil yang ditemukan

Beginning Programming with Java For Dummies

N/A
N/A
Sarah Nicole Jacones Barsubia

Academic year: 2023

Membagikan "Beginning Programming with Java For Dummies"

Copied!
3
0
0

Teks penuh

(1)

Beginning Programming with Java For Dummies

From Beginning Programming with Java For Dummies, 2nd Edition by Barry Burd

As you start programming with Java, it pays to become familiar with the Java keywords as quickly as possible. These keywords have very specific and very helpful meanings within the language. You can’t use a keyword for anything other than its stated purpose, but when used for its stated purpose, a keyword is a powerful tool.

Co m m e n t s( 4 ) | Ad d Yo u r s Pr i n t Sh a r e Th i s

Java Keywords

The 50 Java keywords have specific meanings within the language, so you can’t use the keywords in this table for anything other than their function within Java. And, you can't make up new meanings for the words false, null, and true, either. But for technical reasons, those three words aren't called keywords. Whatever!

Note: The boldface words in the “What It Does” column are other keywords.

Keyword What It Does

abstract Indicates that the details of a class, a method, or an interface are given elsewhere in the code.

assert Tests the truth of a condition that the programmer believes is true.

boolean Indicates that a value is either true or false, in the Java sense.

break Jumps out of a loop or switch.

byte Indicates that a value is an 8-bit whole number.

case Introduces one of several possible paths of execution in a switch statement.

catch Introduces statements that are executed when something interrupts the flow of execution in a try clause.

char Indicates that a value is a character (a single letter, digit, punctuation symbol, and so on) stored in 16 bits of memory.

class Introduces a class — a blueprint for an object.

const You can’t use this word in a Java program. The word has no meaning. Because it’s a keyword, you can’t create a const variable.

continue Forces the abrupt end of the current loop iteration and begins another iteration.

default Introduces a path of execution to take when no case is a match in a switch statement.

do Causes the computer to repeat some statements over and over again (for instance, as long as the computer keeps getting unacceptable results).

double Indicates that a value is a 64-bit number with one or more digits after the decimal point.

else Introduces statements that are executed when the condition in an if statement isn’t true.

enum Creates a newly defined type — a group of values that a variable can have.

extends Creates a subclass — a class that reuses functionality from a previously defined class.

final Indicates that a variable’s value cannot be changed, that a class’s functionality cannot be extended, or that a method cannot be overridden.

Ad v e r t i se m e n t

More Series

Java For Dummies Cheat Sheet Java All-in-One For Dummies Cheat Sheet

Get the Book

Beginning Programming with Java For Dummies, 3rd Edition US $29.99 Add to Cart

Newsletters

Sign up for one of our newsletters...

Computers, Mobile Devices & Gadgets Digital Photography

eBay

Food, Home & Garden Health & Wellness Mac

Microsoft Windows & Office Online & Social Networking Personal Finance & Investing

Privacy Policy g

f e d c g f e d c g f e d c g f e d c g f e d c g f e d c g f e d c g f e d c g f e d c

enter E-Mail address Computers & Software Programming Java

See All Topics

Ad v e r t i se m e n t

(2)

finally Introduces the last will and testament of the statements in a try clause.

float Indicates that a value is a 32-bit number with one or more digits after the decimal point.

for Gets the computer to repeat some statements over and over again (for instance, a certain number of times).

goto You can’t use this word in a Java program. The word has no meaning. Because it’s a keyword, you can’t create a goto variable.

if Tests to see whether a condition is true. If it’s true, the computer executes certain statements; otherwise, the computer executes other statements.

implements Reuses the functionality from a previously defined interface.

import Enables the programmer to abbreviate the names of classes defined in a package.

instanceof Tests to see whether a certain object comes from a certain class.

int Indicates that a value is a 32-bit whole number.

interface Introduces an interface, which is like a class, but less specific. (Interfaces are used in place of the confusing multiple-inheritance feature that’s in C++.) long Indicates that a value is a 64-bit whole number.

native Enables the programmer to use code that was written in another language (one of those awful languages other than Java).

new Creates an object from an existing class.

package Puts the code into a package — a collection of logically related definitions.

private Indicates that a variable or method can be used only within a certain class.

protected Indicates that a variable or method can be used in subclasses from another package.

public Indicates that a variable, class, or method can be used by any other Java code.

return Ends execution of a method and possibly returns a value to the calling code.

short Indicates that a value is a 16-bit whole number.

static Indicates that a variable or method belongs to a class, rather than to any object created from the class.

strictfp Limits the computer’s ability to represent extra large or extra small numbers when the computer does intermediate calculations on float and double values.

super Refers to the superclass of the code in which the word super appears.

switch Tells the computer to follow one of many possible paths of execution (one of many possible cases), depending on the value of an expression.

synchronized Keeps two threads from interfering with one another.

this A self-reference — refers to the object in which the word this appears.

throw Creates a new exception object and indicates that an exceptional situation (usually something unwanted) has occurred.

throws Indicates that a method or constructor may pass the buck when an exception is thrown.

transient Indicates that, if and when an object is serialized, a variable’s value doesn’t need to be stored.

try Introduces statements that are watched (during runtime) for things that can go wrong.

void Indicates that a method doesn’t return a value.

volatile Imposes strict rules on the use of a variable by more than one thread at a time.

while Repeats some statements over and over again (as long as a condition is still true).

Co m m e n t s( 4 ) | Ad d Yo u r s Pr i n t Sh a r e Th i s

More Series

Java For Dummies Cheat Sheet Java All-in-One For Dummies Cheat Sheet

(3)

Inside Dummies.com

About For Dummies Subscribe or Unsubscribe to E-Mail Newsletters My Account Store Shopping Cart Topics A-Z

Explore the New Dummies.com

Privacy Policy Terms and Conditions Advertise with Us Contact Us Copyright © 2011 & Trademark by Wiley Publishing, Inc. All rights reserved.

Comments (4)

1.

Posted by bahadry OCTOBER 20, 2009 | 00:31AM thanx, very useful.

(Report comment)

2.

Posted by snigdha NOVEMBER 13, 2009 | 11:01AM Dummies.com very informative & useful. Thankyou.

(Report comment)

3.

Posted by Doug Denham FEBRUARY 19, 2010 | 03:40PM

JCreater can't find javac but w7's search programs and files can. What now?

(Report comment)

4.

Posted by Alan Cox MARCH 20, 2010 | 05:49PM

It seems a way of hiding something behind a code. Or a code just to open a program

(Report comment)

Leave a Reply

Name (required)

Mail (will not be published) (required) Comment (required)

(Up to 2 links allowed.)

55

66

BUSINESS & CAREER STRATEGIES Achieve optimal results in your business or career with sound advice and solid tips.

WINDOWS 7 TIPS & TRICKS

Find out what to expect from Windows 7 with our new articles, Cheat Sheets, and more!

CREATE A FOR DUMMIES COVER It’s free, it’s fun, and the possibilities are endless!

Make and share now.

DUMMIES.COM SWEEPSTAKES Win a Guitar For Dummies Starter Pack &

learn to play this summer

Referensi

Dokumen terkait

Furthermore, using such a static factory method mandates that the client refer to the returned object by its interface rather than by its implementation class, which is generally

The switch statement tests the value of $ variablename .  The program then skips to the case section for that value and executes statements until it reaches a break

As a second example, the Java compiler javac transforms a .java source file into a .class file that is written in Java bytecode , which is the machine language for an

If a player doesn’t have an appropriate card to discard, the player must continue drawing cards from the draw pile until an appropriate card is drawn and played.... Figure 1-1

This is the idea that a class provides certain methods (the interface ) to the code that uses its objects, so the outside code does not directly access the data structures of

Although Pocket Word doesn’t include all the formatting options that you find in desktop Word, it does provide the options that you’re most likely to want.. Take a look at the

Chapter 6, “Integrating the Camera and Photo Library in iOS Apps” details how to use the image picker to either take a picture using the camera on an iOS device or to choose a

Assuming that a client has obtained a reference to the AccountFactory object created by the server and that this refer- ence is held in the variable acctFactoryRef , the client could