Microsoft SDK for Java

Utils.getPrimitiveWord

Determines whether a string is a Java primitive word.

Syntax

public static boolean getPrimitiveWord( String s )

Parameters

s

The string to check.

Return Value

Returns true if the string is a reserved Java primitive; otherwise, returns false.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.