What are the names of Component subclasses that support
painting?
Answer / 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 |
What is the difference between serializable and externalizable interfaces?
What is concurrent hashmap and its features?
Can static method access instance variables ?
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
why pointer is not used in java?
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
What is a null point?
what is the use of custom tags? with example?
What is files manifesting?
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
List the different types of classloaders in java.
What is nullpointerexception?