Search:

Type: Posts; User: Zeek

Search: Search took 0.15 seconds.

  1. Replies
    10
    Views
    1,623

    Re: Double & Float primitive types

    Actually no is not for homework. Yes I read the links which have a very pretty diagram showing the binary representation. I just needed a layman's terms explanation of how it works but thanks for...
  2. Replies
    10
    Views
    1,623

    Re: Double & Float primitive types

    This are all good links, but they don't answer my question. I need to know the binary representation of a double type number inside the memory. For example an integer value takes space like this...
  3. Replies
    10
    Views
    1,623

    Double & Float primitive types

    Hi guys,

    I have a quick question: What is the range the variable type "double" and "float" can hold, in terms of 2?, that is 2 tothepower of "x". Also the cardinality would be greatly appreciated....
  4. Replies
    6
    Views
    2,283

    Re: Usig Images from the web in Java

    Thanks guys it was the URL. I finished the program using some other URL.
  5. Replies
    6
    Views
    2,283

    Re: Usig Images from the web in Java

    Well no I don't get any error message. It runs perfectly but the output is not as expected. It is as if I just created a window with them message hello in it, and ignored the image. Its kinda weird...
  6. Replies
    6
    Views
    2,283

    Usig Images from the web in Java

    Hi guys I'm having problems getting this little program to function properly.

    import java.net.URL;
    import javax.swing.ImageIcon;
    import javax.swing.JOptionPane;
    public class Test
    {...
Results 1 to 6 of 6