Search results

  1. R

    Java, Searching String in array?

    i need help for searching a string in array and will return error message if there is no string in that array here is the array private String DVDnames [] = { "Dvd1" , "Dvd2" , "Dvd3" , "Dvd4" , "Dvd5", "Dvd6" , "Dvd7" , "Dvd8" , "Dvd9" , "Dvd10" }; public void borrowDVDs() {...
  2. R

    Chat room : how do usually mod ban people in chat room?

    In chat room based by javascript or html , how the mod or admin ban people? usually they use what command? is the command available to use by normal people ( not mod not admin )
Back
Top