Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What are the names of Component subclasses that support
painting?



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

Post New Answer

More Core Java Interview Questions

Explain the difference between association, aggregation and inheritance relationships.

0 Answers  


What is string value?

0 Answers  


how many types of Inheritance?

0 Answers   Impetus,


What is java ceil?

0 Answers  


public class Garbage { int a=0; public void add() { int c=10+20; System.out.println(c); System.out.println(a); } public static void main(String args[]) { Garbage obj=new Garbage(); System.gc(); System.out.println("Garbage Collected"); obj.add(); } } Above is a code in java used for garbage collection. object obj has been created for the class Garbage and system.gc method is called. Then using that object add method is called.System.gc method if called the obj should be garbage collected?

6 Answers  


How can we create a synchronized collection from given collection?

0 Answers  


What is string syntax?

0 Answers  


What is Java Annotations?

0 Answers  


What are the important methods of java exception class?

0 Answers  


Explain pass by reference and pass by value?

8 Answers   IBM, Wipro,


What is the best definition for data?

0 Answers  


what models are available for event handling?

1 Answers  


Categories