Connecting Tech Pros Worldwide Help | Site Map

Higher Volume?

  #1  
Old April 3rd, 2008, 05:15 AM
JB
Guest
 
Posts: n/a
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

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

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

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

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

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.
Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Is .NET good for high volume numerical computing? YeeCN answers 4 November 22nd, 2005 09:46 AM
mouseover image and object sound and preset volume level? murrayatuptowngallery answers 4 November 1st, 2005 10:45 AM
Is .NET good for high volume numerical computing? YeeCN answers 4 July 21st, 2005 02:04 PM
High volume websites using Python web server software? Irmen de Jong answers 7 July 18th, 2005 06:03 PM