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
can I implement my own start() method? : Java thread
In a container there are 5 components. I want to display all the component names, how will you do that?
How does linkedlist work in java?
How does linkedhashmap work in java?
Is java programming easy?
How to change the priority of thread or how to set priority of thread?
Variable of the boolean type is automatically initialized as?
What is the use of arrays tostring () in java?
What is difference between classpath and path variables in java?
Can static methods access instance variables in java?
What is an abstract class and what is it’s purpose?
Explain exception chaining in java?
What is array pointers ?
What is the difference between access specifiers and access modifiers in java? 16
Is simpledateformat safe to use in the multithreaded program?