answersLogoWhite

0


Best Answer

AWT (Abstract Window Toolkit) is a top-level Java package. Listing out the hundreds or thousands of methods would be a waste of effort.

See the related link below for the Java documentation on the AWT package.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the methods with the parameters of an AWT?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Do void methods have parameters?

A void method is just like any other method; it may or may not have parameters.


What is the use of keyword new used in AWT programming?

what is the use of new keyword in awt programming


How do you overload static methods in java?

Just create two methods with the same name, but with different types or numbers of parameters.


What are the methods in estimation?

There are a few methods in estimation. Like framework, unknown parameters, empirical dist and substitution principle most of these methods can be used using substitution principles.


In visible surface detection methods what are the parameters ABCD?

i will tell when i have leraned. i will tell when i have leraned.


What are the three general methods for passing parameters to the operating system?

Stacks, pointers and registers


How do you pronounce the word ought?

AWT


Difference between awt and java script?

AWT is a Java package for creating graphical user interfaces. JavaScript is a completely unrelated programming language.


How do you overload a method?

Just create two or more methods with the same name, but with a different set of parameters.


Describe three general methods for passing parameters to the operating system?

1) Pass parameters using registers(directly). 2) Store the parameters in a table in memory and the table address is passed in a register to the OS. 3) Push(store) the parameters onto a stack(by the program) and "pop" off by the Operating System.


Is it possible to define two methods that have the same name but different parameters?

Yes. It is called Method Overloading in Java


What are Awt Components?

AWT stands for Abstract window tootlkit . Abstract window Toolkit provides a standard application programming interface for writing graphical user interfaces in java.