Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old April 3rd, 2008, 05:15 AM
JB
Guest
 
Posts: n/a
Default Higher Volume?

This does not seem to be a very high volume newsgroup. Could someone
point me towards another resource where java newbs can get questions
answered in a timely fashion?
--
Still Playing NWN1? Like retro-gaming? Try my (free, of course) PW:
http://games.groups.yahoo.com/group/LotV
  #2  
Old April 3rd, 2008, 10:15 AM
Christian Williamson
Guest
 
Posts: n/a
Default Re: Higher Volume?

JB wrote:
Quote:
This does not seem to be a very high volume newsgroup. Could someone
point me towards another resource where java newbs can get questions
answered in a timely fashion?
What are you saying? Java is losing mindshare? ;-Ask away....
  #3  
Old April 3rd, 2008, 10:15 AM
Christian Williamson
Guest
 
Posts: n/a
Default Re: Higher Volume?

JB wrote:
Quote:
This does not seem to be a very high volume newsgroup. Could someone
point me towards another resource where java newbs can get questions
answered in a timely fashion?
If you're looking for great examples for Java, check out these sites:

http://java.sun.com/docs/books/tutor...#ComboBoxDemo2
http://www.java2s.com/
http://mindprod.com/jgloss/jgloss.html
http://www.onjava.com/
http://www.javaranch.com/

Also, I just picked up "Java Phrasebook." It's a compact book for quick,
basic Java code.
http://www.amazon.com/Phrasebook-Dev...7213967&sr=8-1
  #4  
Old April 3rd, 2008, 10:55 PM
Joshua Cranmer
Guest
 
Posts: n/a
Default Re: Higher Volume?

JB wrote:
Quote:
This does not seem to be a very high volume newsgroup. Could someone
point me towards another resource where java newbs can get questions
answered in a timely fashion?
news:comp.lang.java.programmer
news:comp.lang.java.help
news:comp.lang.java.gui
news:comp.lang.java.database

etc.

--
Beware of bugs in the above code; I have only proved it correct, not
tried it. -- Donald E. Knuth
  #5  
Old April 4th, 2008, 08:35 AM
Robert Larsen
Guest
 
Posts: n/a
Default Re: Higher Volume?

Christian Williamson wrote:
Quote:
while ( true ) {}
This will probably make your CPU go crazy so do this instead:
while (true) {
try {
Thread.sleep(10000000000);
} catch (Exception e) {
}
}

....that way the CPU won't be held busy doing nothing.
  #6  
Old April 4th, 2008, 09:45 AM
Christian Williamson
Guest
 
Posts: n/a
Default Re: Higher Volume?

Robert Larsen wrote:
Quote:
Christian Williamson wrote:
>
Quote:
> while ( true ) {}
>
This will probably make your CPU go crazy so do this instead:
while (true) {
try {
Thread.sleep(10000000000);
} catch (Exception e) {
}
}
>
...that way the CPU won't be held busy doing nothing.
Yep, good catch.
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles