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 Chriss Miller 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: *

  1. sherilu23

    Hashtable

    I created a class HashString that extends Hashtable and implements Map. HashString class is suppose to read all the words/strings from a file and store the unique value in Hashtable. in my main method I have the following: public static void main( String [ ] args ) { HashString word = new...
  2. sherilu23

    I've got the following code for sim

    Thanks for all your replies. I got it to compile, and run at some point. Then it would say stack overflow. Calahans: the e.printSTackTrace(), is it a method I have to define, or is it available in Java already? Also, I'm thinking of using event timer, what do you think? Thanks in advance
  3. sherilu23

    I've got the following code for sim

    I've got the following code for simulation: class Device { char status;//requesting, held, releasing idle int time, idleTime, waitingTime; int requestEnds, heldEnds; //public Device(int myDevice) //{ this(myDevice, 0); } public Device(int theTime, char theStatus) { time = theTime...
  4. sherilu23

    new at JBuilder

    Since I couldn't find a downloadable java workshop at Sun's, I've downloaded Borland's JBuilder as my java compiler. when I tested my test code: public class test { public static void main (String[] args) { System.out.println("hello"); } } it would compile fine...
  5. sherilu23

    new to frontpage--database access related question

    I've got a summer job (I'm a university student) in this non-profit organization where I will design a database for their resources (like in the library), and then make it available in their homepage where the user can search the books/journals/videos by category, author, and title. <br>I've...
  6. sherilu23

    search in data page access

    i want to put a search(parameter query) in data page access. I tried doing it, and a pop-up box actually appears--but when I type the key words the result wouldn't come out (like they do when I do search in parameter query). Is there a way to do a search in data page access? Any help/suggestions...
  7. sherilu23

    search (parameter query) in data page access

    I'm developing a database for books/videos/etc (like in the library), and I'd like to put a search (using the parameter query) in the data page access to be available in the homepage of the organization I'm working for. My first question is--is this possible? Because I tried creating data page...

Part and Inventory Search

Back
Top