What are the names of Component subclasses that support
painting?
Answer Posted / pradip mishra(b-tech it)
Assistive technologies — voice interfaces, screen readers,
alternate input devices, and so on — are useful not only
for people with disabilities, but also for people using
computers in non-office environments. For example, if
you're stuck in a traffic jam, you might use assistive
technologies to check your email, using only voice input
and output. The information that enables assistive
technologies can be used for other tools, as well, such as
automated GUI testers and input devices such as
touchscreens. Assistive technologies get information from
components using the Accessibility API,
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In which order the iterator iterates over collection?
What is locale?
What is the effect of keeping a constructor private?
What is the return type of the main method?
What are locale settings?
What is the purpose of finalization in java programming?
What is the range of the short type?
Why java strings are immutable in nature?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
How many decimal places is a double?
Can string be considered as a keyword?
How can you set an applet’s height and width as a percentage?
What is the main use of java?
What does sprintf mean?
What is difference between checked and unchecked exception in java?