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 difference between an object and a class?
Can a constructor be made final?
What is the major difference between linkedlist and arraylist?
how can you catch multiple exceptions in java?
What about member inner classes?
What is the difference between object oriented programming language and object based programming language?
What classes of exceptions may be caught by a catch clause in java programming?
Can you instantiate the math class in Java?
What is internal variable?
What are the differences between graph and tree?
Difference between Preemptive scheduling vs. Time slicing?
Is java same as core java?
Why are the methods of the math class static?
What is charat ()?
What is java life cycle?