Search:

Type: Posts; User: skillet

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    1,223

    Re: Java I/O problemo

    Thanks a ton for replying.
    Please tell me how to start calculating by hand.I really want to understand this program as this is the first time I have come across something like this.I never knew that...
  2. Replies
    5
    Views
    1,223

    Re: Java I/O problemo

    What I don't understand is the output value 1955.How is the same output value obtained everytime the program is executed?
    Thank you
  3. Replies
    5
    Views
    1,223

    Java I/O problemo

    Please help me understand the code below works.
    hashcode() gives the same value everytime the program is run.


    class X
    {
    public static void main(String args[])
    {
    int ans=results();...
  4. Replies
    3
    Views
    1,409

    Re: Compatibility Issues

    One exception is an ArrayIndexOutOfBoundsException.Another is a message as I have explained above "The text is too long".
    Thank You
  5. Replies
    3
    Views
    1,409

    Compatibility Issues

    Hello respected members
    I have written a java program to perform steganography.The code works fine in my system but when I get exceptions when I try to run it on my friend's desktop.Please tell me...
  6. Replies
    0
    Views
    2,245

    Discrete Cosine transform(dct)

    The algorithm to perform discrete cosine transform is
    break image into 8*8 block of pixels
    from left to right top to bottom subtract 128 from each block of pixels
    apply dct to each block
    ..
    the...
  7. Replies
    1
    Views
    1,665

    Multithreading in java

    How does a multithreaded program actually work.I mean like we can execute all programs step by step but I find it difficult to do the same for multithreaded programs.Kindly explain with a complex...
  8. Thread: RUPJIT

    by skillet
    Replies
    1
    Views
    1,066

    RUPJIT

    Hello everyone
    I am new to this forum.Hoping to learn a lot.
Results 1 to 8 of 8