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
What are heterogeneous objects?
What are controls and their different types in awt?
Explain the reason behind ending a program with a system.exit(0)?
What do you mean by chromounits in java8?
Why we use multi threading instead of multiprocessing?
What is the full form of jpeg?
How do you implement singleton class?
What is final access modifier in java?
What does += mean in java?
What happens if an exception is not handled in a program?
What is jrmp?
Is arraylist ordered?
How many arguments can be passed to main ()?
What is boolean flag in java?
Can we override the overloaded method?