• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to prepare for AWT

 
Ranch Hand
Posts: 2596
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How can I study for AWT? I don't have much time on my hand. I have RHE, but it would be nice if someone could point to some compact resource as far as the exam is concerned. I have used AWT while programming, but haven't used card layout etc in it. Any tips for AWT?
TIA,
- Manish
 
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The only tip I can give you, and in my opinion it's the only useful one for topics like AWT, is to write some code... There is no way to learn AWT by reading stuff, you have to experience it by yourself. It's not that difficult anyway.
Just make a list of all classes that fall under the objectives and write one small application for each of them. Then try to change some values and/or include several of the "objectives" classes within your application. That way you can be sure to know "how" AWT classes behave.
[ February 22, 2002: Message edited by: Valentin Crettaz ]
 
Ranch Hand
Posts: 203
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't think you can get any more compact than RHE.
As a short cut you can try to compile and run the code from RHE chapter and make some modifications on your own to figure out how things work.
If you are familiar with the layout policies of all the managers, and are familiar with the attributes of the GridbagConstraints object you should be well covered for the exam.
 
Manish Hatwalne
Ranch Hand
Posts: 2596
Android Firefox Browser Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You are right Valentin abt coding, couldn't agree more
I have been programming in Java for last 2 years, and I do have some knowledge of AWT. But exam *is* a different thing. Besides never needed something like card layout before, or some strange methods of few layouts. For me, GridbagLayout and Swing's Box usually suffice, especially Box is too cool
Well, I think I'll take this opportunity to learn more abt other layouts, and there methods. I was just wondering if there are any online notes for AWT... But anyway, I think I'll do it with RHE now. Thanks both of you. Could you please suggest me what are the more important things from AWT?
TIA,
- Manish
 
Valentin Crettaz
Author & Gold Digger
Posts: 7617
6
IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yup there are some notes...
Jane's AWT Notes
Velmurugan's Notes
Java2 Certification Tutorial and Java2 Certification Tutorial
Krishnan's tutorial
And more on Maha's page
 
I miss the old days when I would think up a sinister scheme for world domination and you would show a little emotional support. So just look at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic