• 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

Threads, Collections, Assertions

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hai,
Please suggest me the best tutorial/preparation notes (concepts & questions, exam oriented )
on the following topics :
(a) Threads
(b) Collections
(c) Assertions
[Dan changed the title to something more descriptive.]
[ April 07, 2003: Message edited by: Dan Chisholm ]
 
Enthuware Software Support
Posts: 4810
52
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
For clearing thread concepts, you should read Thinking In Java. I'm a fan of it. And it's freely available.
For collections and Assertions, tutorials at java.sun.com are enough for the exam.
Once you get the concepts right, you can grab any of the free or commercial mock exams for practice.
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Everything that you need to know about assertions is contained in the document Programming with Assertions.
 
Dan Chisholm
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Here's one for threads.
 
Ranch Hand
Posts: 208
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Sai,
These links should help you with Collections
Link 1 on Collection in general
Link 2 on Collection Interface
Link 3 on Map Interface
The Link 2 & 3 ARE EXCELLENT.. DO NOT MISS TO GO THROUGH THEM.
Hope this helps you prepare better.
Reshma
[ April 07, 2003: Message edited by: Reshma Pai ]
 
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
Also have a look at links listed here, and see if they are of any help.
HTH,
- Manish
 
reply
    Bookmark Topic Watch Topic
  • New Topic