Java School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become a Java Expert!

Join 300,512 Java Programmers for FREE! Get instant access to thousands of Java experts, tutorials, code snippets, and more! There are 1,943 people online right now. Registration is fast and FREE... Join Now!




java help

 

java help, Not able to get values

deaddevil

22 Dec, 2008 - 03:39 AM
Post #1

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

hi,
I am not able to get the desired result.


CODE


import java.io.*;
import java.util.*;

public class RejectReasonMol {
    
    /** Creates a new instance of RankMol */
    public RejectReasonMol() {
    }
    private static File inputFile;
    private static File outputFile;
    
    public static void main(String args[]) {
        Vector molVec, rankVec;
        molVec = new Vector();
        rankVec = new Vector();
        String text1;

        if(args.length < 2) {
            System.out.println("Wrong command");
            System.out.println("Fromat is: RejectReasonMol <input filename> <output filename>");
            System.out.println("RejectReasonMol input.txt output.txt");
            System.exit(0);
        }
        inputFile = new File(args[0]);
        outputFile = new File(args[1]);
        BufferedReader input = null;
        BufferedWriter output = null;
        int accIndex = 0;
        int rejIndex = 0;
        try {
            input = new BufferedReader(new FileReader(inputFile));
            output = new BufferedWriter(new FileWriter(outputFile));
            String line = null;
        String str1 = "";
        String str2 = "";
        String str3 = "";
        String str4 = "";
        String str5 = "";
        String str6 = "";
        String str7 = "";
        String str8 = "";
        String str9 = "";
        String str10 = "";
        String str11 = "";
        String str12 = "";
        String str13 = "";
        while ((line = input.readLine()) != null) {
            StringTokenizer st1 = new StringTokenizer(line, ",");
        str1 = st1.nextToken();
        str2 = st1.nextToken();
        str3 = st1.nextToken();
        str4 = st1.nextToken();
        str5 = st1.nextToken();
        str6 = st1.nextToken();
        str7 = st1.nextToken();
        str8 = st1.nextToken();
        str9 = st1.nextToken();
        str10 = st1.nextToken();
        str11 = st1.nextToken();
        str12 = st1.nextToken();
        str13 = st1.nextToken();
        String comment = "";
                Double strInteger1 = new Double(str1);
        double strInt1 = strInteger1.doubleValue();
        Double strInteger2 = new Double(str2);
        double strInt2 = strInteger2.doubleValue();
        Double strInteger3 = new Double(str3);
        double strInt3 = strInteger3.intValue();
        Double strInteger4 = new Double(str4);
        double strInt4 = strInteger4.intValue();
        Double strInteger5 = new Double(str5);
        double strInt5 = strInteger5.intValue();
        Double strInteger6 = new Double(str6);
        double strInt6 = strInteger6.intValue();
        Double strInteger7 = new Double(str7);
        double strInt7 = strInteger7.intValue();
        Double strInteger8 = new Double(str8);
        double strInt8 = strInteger8.doubleValue();
        Double strInteger9 = new Double(str9);
        double strInt9 = strInteger9.doubleValue();
        Double strInteger10 = new Double(str10);
        double strInt10 = strInteger10.doubleValue();
        Double strInteger11 = new Double(str11);
        double strInt11 = strInteger11.doubleValue();
        Double strInteger12 = new Double(str12);
        double strInt12 = strInteger12.doubleValue();
        Double strInteger13 = new Double(str13);
        double strInt13 = strInteger13.doubleValue();
        
/*
                Double strIneger1 = new Double(pre1);
        double pred1 = strIneger1.doubleValue();
        Double strIneger2 = new Double(pre2);
        double pred2 = strIneger2.doubleValue();
        Double strIneger3 = new Double(pre3);
        double pred3 = strIneger3.intValue();
        Double strIneger4 = new Double(pre4);
        double pred4 = strIneger4.intValue();
        Double strIneger5 = new Double(pre5);
        double pred5 = strIneger5.intValue();
        Double strIneger6 = new Double(pre6);
        double pred6 = strIneger6.intValue();
        Double strIneger7 = new Double(pre7);
        double pred7 = strIneger7.intValue();
        Double strIneger8 = new Double(pre8);
        double pred8 = strIneger8.doubleValue();
        Double strIneger9 = new Double(pre9);
        double pred9 = strIneger9.doubleValue();
        Double strIneger10 = new Double(pre10);
        double pred10 = strIneger10.doubleValue();
        Double strIneger11 = new Double(pre11);
        double pred11 = strIneger11.doubleValue();
        Double strIneger12 = new Double(pre12);
        double pred12 = strIneger12.doubleValue();
        Double strIneger13 = new Double(pre13);
        double pred13 = strIneger13.doubleValue(); */
//start of code

int i = 0;
while (i < 1)
{
                output.write(str1);
        output.write(",");
        output.write(str2);
        output.write(",");
        output.write(str3);
        output.write(",");
        output.write(str4);
        output.write(",");
        output.write(str5);
        output.write(",");
        output.write(str6);
        output.write(",");
        output.write(str7);
        output.write(",");
        output.write(str8);
        output.write(",");
        output.write(str9);
        output.write(",");
        output.write(str10);
        output.write(",");
        output.write(str11);
        output.write(",");
        output.write(str12);
        output.write(",");
        output.write(str13);
                output.write("\t");
                output.write(comment);
                output.write("\n");    
                i++;
}

int j = 0;
int pred1 = 0;
int pred2 = 0;
int pred3 = 0;
int pred4 = 0;
int pred5 = 0;
int pred6 = 0;
int pred7 = 0;
int pred8 = 0;
int pred9 = 0;
int pred10 = 0;
int pred11 = 0;
int pred12 = 0;
int pred13 = 0;
//new declaration


//end new declarations
while (j < 1)
{
if (strInt1 >= pred1) {
pred1 = (int) strInt1;
}
if (strInt2 >= pred2) {
pred2 = (int) strInt2;
}
if (strInt3 >= pred3) {
pred3 = (int) strInt3;
}
if (strInt4 >= pred4) {
pred4 = (int) strInt4;
}
if (strInt5 >= pred5) {
pred5 = (int) strInt5;
}
if (strInt6 >= pred6) {
pred6 = (int) strInt6;
}
if (strInt7 >= pred7) {
pred7 = (int) strInt7;
}
if (strInt8 >= pred8) {
pred8 = (int) strInt8;
}
if (strInt9 >= pred9) {
pred9 = (int) strInt9;
}
if (strInt10 >= pred10) {
pred10 = (int) strInt10;
}
if (strInt11 >= pred11) {
pred11 = (int) strInt11;
}
if (strInt12 >= pred12) {
pred12 = (int) strInt12;
}
if (strInt13 >= pred13) {
pred13 = (int) strInt13;
}
j++;
}
                output.write(pred1);
        output.write(",");
        output.write(pred2);
        output.write(",");
        output.write(pred3);
        output.write(",");
        output.write(pred4);
        output.write(",");
        output.write(pred5);
        output.write(",");
        output.write(pred6);
        output.write(",");
        output.write(pred7);
        output.write(",");
        output.write(pred8);
        output.write(",");
        output.write(pred9);
        output.write(",");
        output.write(pred10);
        output.write(",");
        output.write(pred11);
        output.write(",");
        output.write(pred12);
        output.write(",");
        output.write(pred13);
  
//end of code
        }
//outside while
            input.close();
            output.close();
        } catch (IOException ioe) {
            System.err.println("Error reading input file: " + ioe);
        } catch (Exception e) {
            System.err.println("Error: " + e);
        }
    }  
}



The values of pred1 to pred13 are not getting displayed.
The command to run the file is java RejectReasonMol test.csv test.txt
the reults is displayed in test.txt
Also the contents of test.csv are
2,2,2,2,2,2,2,3,3,3,3,3,3
2,2,2,2,2,2,3,3,3,3,2,2,2

Pleae help!!!\
Thanks

User is offlineProfile CardPM
+Quote Post


Anjali.Singh

RE: Java Help

22 Dec, 2008 - 03:54 AM
Post #2

New D.I.C Head
*

Joined: 19 Dec, 2008
Posts: 9

i am not getting your problem. will you please tell me what output you want.

User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

22 Dec, 2008 - 11:06 AM
Post #3

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
What are you trying to do ?
You create 2 Vectors and never used them
You use double and all your data is int
Never though of using array ?
CODE

int[] number = new int[13];
for(int i = 0; i < 13; i++) {
    String str = st1.nextToken();
    int[i] = Integer.parseInt(str);
}



User is offlineProfile CardPM
+Quote Post

deaddevil

RE: Java Help

22 Dec, 2008 - 08:17 PM
Post #4

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

this is a rough program, yes the strInt values are double and I wanted to compare the values with pred values, but I am not able to make them compare....because of different data types...

whatsthat.gif ya the vectors are not used....also will be implementing arrays after the raw code works.

The scenario.
I have a .csv file containing numberical data mentioned in first post.
I need the compare the data vertically and print the larger number.
The result will be displayed in test.txt with original input data.
The command to run the prog is below
java RejectReasonMol test.csv test.txt
User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

22 Dec, 2008 - 08:25 PM
Post #5

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
QUOTE(deaddevil @ 22 Dec, 2008 - 08:17 PM) *

I need the compare the data vertically and print the larger number.

Honestly your code is horrible
What does that mean ?

This post has been edited by pbl: 22 Dec, 2008 - 08:34 PM
User is offlineProfile CardPM
+Quote Post

deaddevil

RE: Java Help

22 Dec, 2008 - 08:33 PM
Post #6

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

the code is horrible because I am a learner still, I will optimise the code later but as for now....
Also I would certainly like if you could give me some tips!!!!

suppose the .csv file contains th following data..
2,2,2,2,2,2,2,3,3,3,3,3,3
2,2,2,2,2,2,3,3,3,3,2,2,2

the result is

2,2,2,2,2,2,3,3,3,3,3,3,3

if you notice the higher of the 2 vertical digits is taken..
I need the above result in the form


2,2,2,2,2,2,2,3,3,3,3,3,3
2,2,2,2,2,2,3,3,3,3,2,2,2
2,2,2,2,2,2,3,3,3,3,3,3,3


This post has been edited by deaddevil: 22 Dec, 2008 - 08:42 PM
User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

22 Dec, 2008 - 08:41 PM
Post #7

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
QUOTE(deaddevil @ 22 Dec, 2008 - 08:33 PM) *

suppose the .csv file contains th following data..
2,2,2,2,2,2,2,3,3,3,3,3,3
2,2,2,2,2,2,3,3,3,3,2,2,2

the result is

2,2,2,2,2,2,3,3,3,3,3,3,3

if you notice the higher of the 2 vertical digits is taken..
I need the above result in the form

2,2,2,2,2,2,2,3,3,3,3,3,3
2,2,2,2,2,2,3,3,3,3,2,2,2
2,2,2,2,2,2,3,3,3,3,3,3,3

so how do you come out from 2 lines of results to 3 lines of output ?
finding the highest values from N lines is easy but from 2 lines you end up with 3 lines
User is offlineProfile CardPM
+Quote Post

deaddevil

RE: Java Help

22 Dec, 2008 - 08:49 PM
Post #8

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

cannot find symbol
symbol : method write(double)
location: class java.io.BufferedWriter
output.write(strInt1);


I am trying to print strInt1
output.write(strInt1);
because strInt is double I cannot print it....is there a workaround ?
did you try to run the code ?
User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

22 Dec, 2008 - 08:55 PM
Post #9

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
QUOTE(deaddevil @ 22 Dec, 2008 - 08:49 PM) *

cannot find symbol
symbol : method write(double)
location: class java.io.BufferedWriter
output.write(strInt1);


I am trying to print strInt1
output.write(strInt1);
because strInt is double I cannot print it....is there a workaround ?
did you try to run the code ?

You haven't answer my question
How can you have 3 lines of output if you want to print the highest value from 2 lines ?
Because you want to print the original 2 lines ?
Give me 10 minutes I'll come back with a workable solution, if my wife does not scream for me to go to bed biggrin.gif icon_up.gif


User is offlineProfile CardPM
+Quote Post

deaddevil

RE: Java Help

22 Dec, 2008 - 09:02 PM
Post #10

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

the answer is simple.
As you may have noticed...I am taking str1 to str13 from the input file containing 2 lines od data.
I then print them as it is.
Then I start comparing the digit's in such a way that pred1 to pred13 store the highest value.
I then just need to print Pred1 to pred 13 ...this is where the issue is....The values of pred1 to pred13 are junk values that get printed.....I suspect the conversion is not happening properly because of 2 different data types. I tried varius ways to convert string to int , int to double, etc...
but all display junk values...If you are not able to understand maybe if you run the code, you will....
User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

22 Dec, 2008 - 09:11 PM
Post #11

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
CODE

import java.io.File;
import java.util.Scanner;
import java.util.StringTokenizer;


public class TestCsv {

    static public void main(String[] arg)
    {
        int[] num = new int[13];
        try {
            Scanner input = new Scanner(new File("test.csv"));
            while(input.hasNext()) {
                String line = input.nextLine();
                System.out.println("Line: " + line);
                StringTokenizer st = new StringTokenizer(line, ",");
                for(int i = 0; i < 13; i++) {
                    int x = Integer.parseInt(st.nextToken());
                    if(x > num[i]) {
                        System.out.println("replacing num[" + i + "] with " + x);
                        num[i] = x;
                    }
                }
            }
        }
        catch(Exception e) {}

        System.out.println("Largest values found:");
        for(int i = 0; i < 13; i++)
            System.out.print(" " + num[i]);
        System.out.println();
    }
}

User is offlineProfile CardPM
+Quote Post

deaddevil

RE: Java Help

22 Dec, 2008 - 09:18 PM
Post #12

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

Thansk, will try modifing it to meet my needs, thanks for your time, good night!!!!
User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

22 Dec, 2008 - 09:21 PM
Post #13

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
QUOTE(deaddevil @ 22 Dec, 2008 - 09:18 PM) *

Thansk, will try modifing it to meet my needs, thanks for your time, good night!!!!

no probem deaddevil that is why we are here
User is offlineProfile CardPM
+Quote Post

deaddevil

RE: Java Help

23 Dec, 2008 - 11:59 PM
Post #14

D.I.C Head
**

Joined: 22 Dec, 2008
Posts: 64

hey pbl,
Can you optimise the code given below as it works and I am also getting the result that I want.
I only want to see how to optimise codes....will help me in furthur coding.

CODE

import java.io.*;
import java.util.*;

public class RejectReasonMol {
    
    /** Creates a new instance of RankMol */
    public RejectReasonMol() {
    }
    private static File inputFile;
    private static File outputFile;
    
    public static void main(String args[]) {
        if(args.length < 2) {
            System.out.println("Wrong command");
            System.out.println("Format is: RejectReasonMol <input filename> <output filename>");
            System.out.println("RejectReasonMol input.txt output.txt");
            System.exit(0);
        }
        inputFile = new File(args[0]);
        outputFile = new File(args[1]);
        BufferedReader input = null;
        BufferedWriter output = null;
        try {
            input = new BufferedReader(new FileReader(inputFile));
            output = new BufferedWriter(new FileWriter(outputFile));
            String line = null;
        String str1 = "";
        String str2 = "";
        String str3 = "";
        String str4 = "";
        String str5 = "";
        String str6 = "";
        String str7 = "";
        String str8 = "";
        String str9 = "";
        String str10 = "";
        String str11 = "";
        String str12 = "";
        String str13 = "";

int pred1 = 0;
int pred2 = 0;
int pred3 = 0;
int pred4 = 0;
int pred5 = 0;
int pred6 = 0;
int pred7 = 0;
int pred8 = 0;
int pred9 = 0;
int pred10 = 0;
int pred11 = 0;
int pred12 = 0;
int pred13 = 0;
int p = 0;
        while ((line = input.readLine()) != null) {
                if(p==4)
               { p = 0; }
            StringTokenizer st1 = new StringTokenizer(line, ",");
        str1 = st1.nextToken();
        str2 = st1.nextToken();
        str3 = st1.nextToken();
        str4 = st1.nextToken();
        str5 = st1.nextToken();
        str6 = st1.nextToken();
        str7 = st1.nextToken();
        str8 = st1.nextToken();
        str9 = st1.nextToken();
        str10 = st1.nextToken();
        str11 = st1.nextToken();
        str12 = st1.nextToken();
        str13 = st1.nextToken();
        String comment = "";

                Double strInteger1 = new Double(str1);
        double strInt1 = strInteger1.doubleValue();
        Double strInteger2 = new Double(str2);
        double strInt2 = strInteger2.doubleValue();
        Double strInteger3 = new Double(str3);
        double strInt3 = strInteger3.intValue();
        Double strInteger4 = new Double(str4);
        double strInt4 = strInteger4.intValue();
        Double strInteger5 = new Double(str5);
        double strInt5 = strInteger5.intValue();
        Double strInteger6 = new Double(str6);
        double strInt6 = strInteger6.intValue();
        Double strInteger7 = new Double(str7);
        double strInt7 = strInteger7.intValue();
        Double strInteger8 = new Double(str8);
        double strInt8 = strInteger8.doubleValue();
        Double strInteger9 = new Double(str9);
        double strInt9 = strInteger9.doubleValue();
        Double strInteger10 = new Double(str10);
        double strInt10 = strInteger10.doubleValue();
        Double strInteger11 = new Double(str11);
        double strInt11 = strInteger11.doubleValue();
        Double strInteger12 = new Double(str12);
        double strInt12 = strInteger12.doubleValue();
        Double strInteger13 = new Double(str13);
        double strInt13 = strInteger13.doubleValue();

//start of code
                  
                output.write(str1);
        output.write(",");
        output.write(str2);
        output.write(",");
        output.write(str3);
        output.write(",");
        output.write(str4);
        output.write(",");
        output.write(str5);
        output.write(",");
        output.write(str6);
        output.write(",");
        output.write(str7);
        output.write(",");
        output.write(str8);
        output.write(",");
        output.write(str9);
        output.write(",");
        output.write(str10);
        output.write(",");
        output.write(str11);
        output.write(",");
        output.write(str12);
        output.write(",");
        output.write(str13);
                output.write("\t");
                output.write(comment);
                output.write("\n");    
              

//new declaration
if (p==2 || p==3)
{
  
//end new declarations
if (strInt1 > pred1) {
pred1 = (int)strInt1;
}
if (strInt2 > pred2) {
pred2 = (int)strInt2;
}
if (strInt3 > pred3) {
pred3 = (int)strInt3;
}
if (strInt4 > pred4) {
pred4 = (int)strInt4;
}
if (strInt5 > pred5) {
pred5 = (int)strInt5;
}
if (strInt6 > pred6) {
pred6 = (int)strInt6;
}
if (strInt7 > pred7) {
pred7 = (int)strInt7;
}
if (strInt8 > pred8) {
pred8 = (int)strInt8;
}
if (strInt9 > pred9) {
pred9 = (int)strInt9;
}
if (strInt10 > pred10) {
pred10 = (int)strInt10;
}
if (strInt11 > pred11) {
pred11 = (int)strInt11;
}
if (strInt12 >= pred12) {
pred12 = (int)strInt12;
}
if (strInt13 >= pred13) {
pred13 = (int)strInt13;
}  

//code          
                  if(p==3){
                output.write("Result is: ");
                output.write(String.valueOf(pred1));
        output.write(",");
        output.write(String.valueOf(pred2));
        output.write(",");
        output.write(String.valueOf(pred3));
        output.write(",");
        output.write(String.valueOf(pred4));
        output.write(",");
        output.write(String.valueOf(pred5));
        output.write(",");
        output.write(String.valueOf(pred6));
        output.write(",");
        output.write(String.valueOf(pred7));
        output.write(",");
        output.write(String.valueOf(pred8));
        output.write(",");
        output.write(String.valueOf(pred9));
        output.write(",");
        output.write(String.valueOf(pred10));
        output.write(",");
        output.write(String.valueOf(pred11));
        output.write(",");
        output.write(String.valueOf(pred12));
        output.write(",");
        output.write(String.valueOf(pred13));
                output.write("\n");    
                  }  

           if(p==3)
           {
            pred1=0;
            pred2=0;
            pred3=0;
            pred4=0;
            pred5=0;
            pred6=0;
            pred7=0;
            pred8=0;
            pred9=0;
            pred10=0;
            pred11=0;
            pred12=0;
            pred13=0;
               }
//code

} //end if  
p++;    

//end of code
        }  //outside main while
    
                
            input.close();
            output.close();
        } catch (IOException ioe) {
            System.err.println("Error reading input file: " + ioe);
        } catch (Exception e) {
            System.err.println("Error: " + e);
        }
    }  
}


you can run the program using java RejectReasonMol test.csv test.txt

The contents of test.csv are
1,1,0,1,1,1,1,1,1,1,1,1,1
2,2,1,2,2,2,2,2,2,2,2,2,2
3,3,9,3,3,3,9,9,3,3,3,3,3
4,4,3,4,4,4,4,9,4,9,4,4,4
1,1,0,1,1,9,1,1,1,9,1,1,1
2,3,1,2,2,2,2,2,2,2,2,2,2
3,3,9,3,8,3,9,5,9,3,9,9,3
4,4,3,4,4,4,4,4,4,4,4,4,4
1,1,0,1,1,9,1,1,1,9,1,1,1
2,3,1,2,2,2,2,2,2,2,2,2,2
3,3,9,3,8,3,9,5,3,2,9,2,3
4,4,3,4,9,4,2,1,3,3,4,4,4
1,1,0,1,1,1,1,1,1,1,1,1,1
2,2,1,2,2,2,2,2,2,2,2,2,2
3,3,2,3,3,3,3,5,3,3,3,3,3
4,4,3,4,4,4,4,4,4,4,4,4,4

User is offlineProfile CardPM
+Quote Post

pbl

RE: Java Help

24 Dec, 2008 - 12:28 PM
Post #15

Java Lover
Group Icon

Joined: 6 Mar, 2008
Posts: 9,537



Thanked: 1126 times
Dream Kudos: 450
My Contributions
Here it is... a lot smaller than your version

CODE

import java.io.*;
import java.util.Scanner;
import java.util.StringTokenizer;


public class TestCsv {

    static public void main(String[] arg)
    {
        int[] num = new int[13];
        try {
            Scanner input = new Scanner(new File("test.csv"));
            PrintWriter output = new PrintWriter(new File("output.csv"));

            while(input.hasNext()) {
                String line = input.nextLine();
                output.println(line);
//                System.out.println(line);
                StringTokenizer st = new StringTokenizer(line, ",");
                for(int i = 0; i < 13; i++) {
                    int x = Integer.parseInt(st.nextToken());
                    if(x > num[i]) {
                        num[i] = x;
                    }
                }
            }
            input.close();
            for(int i = 0; i < 12; i++) {
                output.print("" + num[i] + ",");
//                System.out.print("" + num[i] + ",");
            }
            output.println(num[12]);
//            System.out.println(num[12]);
            output.close();
        }
        catch(Exception e) {
            System.out.println("Exception: " + e);
        }
    }
}

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/8/09 05:15AM

Live Java Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Java Tutorials

Reference Sheets

Java Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month