Search:

Type: Posts; User: javanub:(

Page 1 of 2 1 2

Search: Search took 0.47 seconds.

  1. Replies
    4
    Views
    2,095

    Re: Why am I getting 62 errors?

    i can help if you got 69 errors ;)
  2. Replies
    6
    Views
    2,018

    Re: Help need on math java program

    very obvious syntax errors
  3. Replies
    12
    Views
    2,055

    Re: HELP ME HERE PLZ ... =(

    oh i didn't see it >:)>:)
  4. Replies
    12
    Views
    2,055

    Re: HELP ME HERE PLZ ... =(

    oh...can you kindly point out the main problem? i'm too lazy to go through the whole piece of code LOL!
  5. [SOLVED] Re: placing packages of the same directory into an array

    yup, sharing the same jvm. does it allow multiple classes run at the same time?
  6. Replies
    1
    Views
    1,600

    Re: saving xml file

    what's the error?
  7. Replies
    5
    Views
    1,808

    Re: please help me in my assignment :(

    whats the output for that piece of code?
  8. Replies
    9
    Views
    1,871

    Re: println class

    reflection
  9. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    switch(suboption){
  10. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    ok , run this. copy and paste what is shown on the console.
  11. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    ok paste the displayed errors shown in jcreator when you run that piece of code
  12. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    LOL oh ok i din check the previous posts out. let me see
  13. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    oopg. yeah.
    hmm, you using netbeans,eclipse or what?
  14. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    which ide are you using
  15. Replies
    12
    Views
    2,055

    Re: HELP ME HERE PLZ ... =(

    public void setPatientName(String name)
    {
    int i;
    System.out.print("\nEnter the name: ");
    name = input.next();
    for(i=0; i<patientName.length; i++)
    {
    ...
  16. Replies
    12
    Views
    2,055

    Re: HELP ME HERE PLZ ... =(

    HAHA :D:D:D i LOL-ed
  17. Re: Is there any intelligent person in the Java programming? plz

    sorry, i aint smart. cant help you. HAHA!
  18. [SOLVED] Re: placing packages of the same directory into an array

    thanks was able to do it. here's my code





    ClassLoader classLoader = RunExistingBuildAndTestplan.class
    .getClassLoader();
    try{
    Class aClass = classLoader.loadClass("testscripts." +...
  19. Replies
    9
    Views
    1,871

    Re: println class

    thanks guys, anyway this problem is solved
  20. Replies
    25
    Views
    4,831

    Re: plz help me with this.....plzz....

    i'm confused too haha, pasting your assignment specs here won't do~
  21. Replies
    9
    Views
    1,871

    Re: println class

    okay.. what i wanna do is to pass in what is inside another class(the actual content) or or a method of the another class(the method's content) into a string. then use the string to upload to the...
  22. Replies
    6
    Views
    1,976

    Re: (while) insted of (try and catch)

    i see. thankyou for your enlightenment :D
  23. Replies
    6
    Views
    1,976

    Re: (while) insted of (try and catch)

    why dun wanna use try catch
  24. Replies
    9
    Views
    1,871

    Re: println class

    by importing the class and printing the methods directly?
  25. Replies
    11
    Views
    3,834

    [SOLVED] Re: Trojans with last few updates of NetBeans

    ECLIPSE!! ftw!
Results 1 to 25 of 44
Page 1 of 2 1 2