• 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

somthing is changed in thread in 1.5 ?

 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi ,
Is there something modification happen in thread in J2SE tiger . I am asking because tiger-developer book has a chapter for thread . please if is there any , then can you please put them in short . my thread concept for 1.4 , I mean notify() , wait() , join() , yield() , notifyAll() all are clear to me ...

I am taking tiger-beta tomorrow .
Thank you very much .
 
drifter
Posts: 1364
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Surely you have seen release notes - New Features and Enhancements J2SE 5.0.

There are links on that page to the base library changes, follow those to Enhancements in Packages java.lang.* and java.util.*

On that page one entry is:

"Threads - The java.lang.Thread class has the following enhancements:"
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is there any important thing that may come in beta-tiger exam & not in 1.4 ( K&B ) ...

please reply ...

Thanks a lot .
 
ankur rathi
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think structure of Thread.State enum will be like this :



And I read somewhere that enum override toString() method ,



please correct me , if I am wrong at anywhere ..

Thanks a lot .
 
Wanna see my flashlight? How about 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