Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
Antivirus Faqs_Questions_And_Answers Data Bases Faqs_Questions_And_Answers ERP Faqs_Questions_And_Answers Internet Faqs_Questions_And_Answers Hacking Faqs_Questions_And_Answers Marketing Faqs_Questions_And_Answers Web Designing Faqs_Questions_And_Answers SEO Faqs_Questions_And_Answers Advertise with us
Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers Faqs_Questions_And_Answers
JAVA Jobs
Click here for Architectures of Java
JAVA frequently asked questions for interviews
71 Explain about the package java.awt.event?
Ans: This package gives interfaces and classes for dealing with different types of events fired by AWT components. See the java.awt.AWTEvent class for details on the AWT event model. Events are fired by event sources. An event listener registers with an event source to receive notifications about the events of a particular type. This package defines events and event listeners, as well as event listener adapters, which are convenience classes to make easier the process of writing event listeners.
72 what is mean by toolkit?
Ans:

This class is the abstract superclass of all actual implementations of the Abstract Window Toolkit.

73 what is meant by media tracker class?
Ans:

This class is a utility class to track the status of a number of media objects.

74 what is mean by frame?
Ans: Frame is class which means the top level window.
75 What is meant by GridBagLayout?
Ans: The GridBagLayout class is a flexible layout manager that aligns components vertically and horizontally, without requiring that the components be of the same size.
76 What is exception occurs in the fonts?
Ans:

The Exception Thrown by method create Font in the Font class to indicate that the specified font is bad.

77

Explain the term IllegalCompnonetStateException?

Ans:

The error Signals that an AWT component is not in an appropriate state for the requested operation.

78 What is meant by HeadlessException?
Ans:

It is Thrown when code that is dependent on a keyboard, display, or mouse is called in an environment that does not support a keyboard, display, or mouse.

79 what is meant by illegal componentstate exception?
Ans:

The exception that signals that an AWT component is not in an appropriate state for the requested operation.

80 What is meant by ComponentEvent?
Ans:

A low-level event which indicates that a component moved, changed size, or changed visibility also, the root class for the other component-level events.

81 Define the Container Event?
Ans:

A low-level event which indicates that a container's contents changed because a component was added or removed.

82 What is interface called Hierarchy Event?
Ans:

An event which indicates a change to the Component hierarchy to which a Component belongs.

83

What is invocation event?

Ans:

An event which executes the run() method on a Runnable when dispatched by the AWT event dispatcher thread.

84 Define the term focus event?
Ans:

It is a low-level event which indicates that a Component has gained or lost the input focus.

Page :    1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9
Top