static boolean keyAvail()
_INSERT_METHOD_SIGNATURE_HERE_
Description:
Returns | Description |
---|---|
keyAvail | new character available or not |
Delivers true if a character is sent from the console.
Example
if (Console.keyAvail())
{
String str = Console.getKeys();
Console.println(str);
}
Copyright © demmel products gmbh. All rights reserved.