User Profile

Collapse

Profile Sidebar

Collapse
cdm2883
cdm2883
Last Activity: Nov 13 '08, 01:16 PM
Joined: Sep 7 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cdm2883
    replied to powering down a server
    powering down a server

    I need to power down a server, that has 15 computers. I am transporting the sever to a new loaction. What is the process of powering it down. All the computers are Windows based.


    Thanks
    David
    See more | Go to post

    Leave a comment:


  • cdm2883
    started a topic powering down a server

    powering down a server

    Where would i look to find documentation on powering down a server and taking all the cables off, so I can move the server to a new building.

    Thanks
    See more | Go to post

  • cdm2883
    started a topic a couple of questions
    in Java

    a couple of questions

    I am just curious about these questions, i have been looking online and cant find anything.

    How many constructors does the String class have in the JDK1.5?

    How many overloaded versions of the replace method are there for the String class?



    Thanks
    See more | Go to post

  • cdm2883
    replied to help with brakets
    in Java
    But any way i got the brackets fixed. Down at the bottom where i am askin for the user to put true or false. I still cant get that to work, It comes back with this..

    Exception in thread "main" java.lang.NullP ointerException
    at mooredMod2.Gues singGame.main(G uessingGame.jav a:84)

    Can any1 please explain to me what that means and why im getting that.

    Thanks
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to help with brakets
    in Java
    What do you mean use the [CODE] ... [/CODE] tags...
    See more | Go to post

    Leave a comment:


  • cdm2883
    started a topic help with brakets
    in Java

    help with brakets

    here is my code, i am having trouble with getting my brakets in the right place so i can run my program.

    [code=java]
    package mooredMod2;


    import java.util.Scann er;
    import java.util.Rando m;
    import java.util.*;
    import java.io.*;

    public class GuessingGame {


    public static void main(String[] args) {
    {

    BufferedReader keyboard...
    See more | Go to post

  • cdm2883
    replied to random number generator
    in Java
    and is that part of the code going to do what i want it to?


    Thanks
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to Where do I go to install Java?
    in Java
    You can also try Eclipse. It has eveything you need
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to random number generator
    in Java
    ok so i have added this code...

    scan.next();
    do {
    more = true;
    if (theirGuess == value)
    {
    System.out.prin tln("Would you like to play again? (Eneter true or false)");
    }

    }while (more);

    {
    System.out.prin tln("Guess a number between 1 and 10");


    but now my program will skip code diffrent...
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to random number generator
    in Java
    thank you for helping me find that error that i did not catch! now i am trying to figure out how to write the code for when they are correct, and would like to play again. this is whati have so far...

    [code=java]
    System.out.prin tln("Would you like to play again? (Eneter true or false)");

    while (more = true) ;
    {
    }[/code]

    I think i need to use the if and else statments but...
    See more | Go to post
    Last edited by Nepomuk; Sep 22 '08, 12:48 PM. Reason: Please use [CODE] tags

    Leave a comment:


  • cdm2883
    replied to random number generator
    in Java
    The partofthe code that i am trying to get working now is where it is suppose to print it the number is to high or to low or if it is coorect
    See more | Go to post

    Leave a comment:


  • cdm2883
    started a topic random number generator
    in Java

    random number generator

    Ok im trying to make a lil random number game. I have most of the code and comments on how i want the game to work. but i can not get to it work. if you have any answers any help what so ever it woul be greatly appreciated!

    [code=java]
    package mooredMod2;

    import java.util.Scann er;
    import java.util.Rando m;

    public class GuessingGame {


    public static void main(String[]...
    See more | Go to post
    Last edited by Nepomuk; Sep 21 '08, 09:08 PM. Reason: Please use [CODE] tags

  • cdm2883
    replied to scanner class
    in Java
    ok i figured out the scanner part. now i am having a problem the printing part. here is all of my code...

    [CODE=java]package mooredMod2;

    import java.util.Scann er;
    import java.text.Numbe rFormat;

    public class Ex4Expressions {

    public static void main(String[] args) {

    // we need the following line to use the scanner class
    Scanner scan = new Scanner(System. in);...
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to scanner class
    in Java
    ok so i figured out the currency part, i forgot to import the numberFormat. but i still can not figure out the scanner class part



    Thanks
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to scanner class
    in Java
    here is some more code...


    [code=java]
    . System.out.prin tln ("Enter the quantity: ");
    numInStock = scan.nextInt();

    System.out.prin tln ("Enter the unit price: ");
    priceEach = scan.nextDouble ();

    System.out.prin tln ("Enter the name of book: ");
    bookName = scan.nextLine() ;


    // create a variable named...
    See more | Go to post
    Last edited by Nepomuk; Sep 19 '08, 07:37 AM. Reason: Added [CODE] tags

    Leave a comment:


  • cdm2883
    started a topic scanner class
    in Java

    scanner class

    I have this bit of code...

    System.out.prin tln ("Enter the name of book: ");
    bookName = scan.nextLine() ;


    then i have code after that that prints out what i want it to. But when it gets to this part of my code it just jumps the println methods i have called. What little code snipet do i need for it to let me type in the name of the book before it moves on?


    Thanks!
    See more | Go to post

  • cdm2883
    started a topic eclipse
    in Java

    eclipse

    I am working in Eclipse and i am trying to get several classes in one package, how do i go about doing that?



    Thank you,
    David
    See more | Go to post

  • make sure that it is plugged all the way in on your CPU...
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to laptop not connecting to the internet
    ok man, thanks for all of your help and time, will they post it on here?...
    See more | Go to post

    Leave a comment:


  • cdm2883
    replied to laptop not connecting to the internet
    Ok well i put the default gateway address in the windows 2000 and i am restarting it, i tried to connect to a web browser and again and it still says try working offline...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...