Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: jasonwyz98
  • Content: Threads
  • Order by date
  1. jasonwyz98

    How to determine wheather a value is NaN (infinity) using SQL statment

    urgent How to determine wheather a value is NaN (infinity) using SQL statements? thanks jason
  2. jasonwyz98

    how to use java to gather online information

    Hello What i want to do is provide the application with a set of urls, have the app gather some data (i.e. pricing, product list, etc) automatically. ex. give the app a url address and have the app gather the price data on certain products. Please be specific and what' the easiest way to...
  3. jasonwyz98

    how to make bold text inside java.lang.string

    hello I wish to make some text bold, inside a string, does anyone know how this can be accomplished? ex. String str = "I need help"; how to make "I" bold? thanks
  4. jasonwyz98

    Java random number generator question - please help

    Hello I need to generate some random #s within certain range using java.utils.Random ex. generate random #s with 500-1000 when i do random(object).nextInt(1000) it generates all #s between 0-1000. So how do i generate #s between 500-1000 only. thanks
  5. jasonwyz98

    pro programmer's opinion needed

    Hello i'm implementing a substitute teacher's class for a school project, and each sub has a list of preferred schools, subjects, etc that they want to teach. My question is that generally is it a good idea to implement a linked list inside the sub class to contain the list. I've decided not to...
  6. jasonwyz98

    java int question?

    Hello hello Here is what i wanna do, someone please help int tmp = 11242003; 11 = month 24 = day 2003 = year i want to get the individual digit or group of digits in this case out of the int tmp. Can someone explain how to accomplish this in java. jason thanks

Part and Inventory Search

Back
Top