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
What methodology can be utilized to link to a database?
State some advantages of java?
What is the difference between the boolean & operator and the && operator in java programming?
What one should take care of, while serializing the object?
Can we use switch statement with strings?
In how many ways we can do synchronization in java?
Is oracle charging for java?
What is the purpose of finalization in java programming?
Explain about data types?
What are the two basic ways in which classes that can be run as threads may be defined?
How do you escape sequences in java?
What are exceptions
what are synchronized methods and synchronized statements? : Java thread
What are three advantages of using functions?
whatis Home interface and Remoteinterface? with example?