what is the difference between AWT and SWING what is the
advantage of using swing?
Answer Posted / srinivasan.c
Mainly AWT is platform dependent and swings are platform
independent.For example an interface designed in awt will
give different sizes and layouts of elements based upon the
platform.But swings will give same outputs,this is the
reason why the j2ee deploytool is designed in swings and the
setup files of j2ee are designed in swings
| Is This Answer Correct ? | 17 Yes | 5 No |
Post New Answer View All Answers
Write a program to print count of empty strings in java 8?
What is the purpose of object oriented programming?
What is a bubble sort in java?
What is the basic concepts of OOPS?
define polymorphism in java
how to prepare for IT Officers Interview in Banks
What is a platform?
How do weakhashmap works?
How are this() and super() used with constructors in java programming?
Can we have multiple public classes in a java source file?
What are the types of java?
Can we declare an array without size in java?
What is Mutex (Mutual Exclusion Object) ?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Why packages are used?