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 is the size of a string in java?
When will you define a method as static?
What is array list in java?
What are the main differences between notify and notifyAll in Java?
How do you sort words in java?
Why there are some null interface in JAVA? What does it mean? Give some null interface in JAVA?
What is meant by bytecode?
How do you add an element to a hashset in java?
What is bufferedreader in java?
What is the difference between yield() and sleep()?
What is the difference between Java1.4 and Java1.5
Define how can we find the actual size of an object on the heap?
Difference between start() and run() method of thread class?
What is difference between printf and scanf?
Why stringbuilder is not thread safe in java?