InterviewSolution
| 1. |
What Is T9? |
|
Answer» T9 is a text input METHOD for mobile phones and other small DEVICES. It replaces the "multi-tap" input method by guessing the WORD that you are trying to enter. T9 may be embedded in a device by the MANUFACTURER. Note that even if the device supports T9, the Java implementation may or may not use it. Check your documentation for details. T9 is a text input method for mobile phones and other small devices. It replaces the "multi-tap" input method by guessing the word that you are trying to enter. T9 may be embedded in a device by the manufacturer. Note that even if the device supports T9, the Java implementation may or may not use it. Check your documentation for details. |
|