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
Explain about core java?
does java support pointers?
What are 3 data types?
What should I import for arraylist in java?
What is a null point?
what are three ways in which a thread can enter the waiting state? : Java thread
What is floor math?
Can keyword be used as identifier?
Is string a datatype?
What is a class object?
Is null a string or object in java?
Do I need java on my computer?
What is the difference between error and an exception?
What is JFC?
Why parameters should be passed by reference?