User Profile

Collapse

Profile Sidebar

Collapse
vale6309
vale6309
Last Activity: Nov 15 '06, 02:44 AM
Joined: Nov 13 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • vale6309
    replied to read and write in/from a Text
    in Java
    I think you can look at this.
    http://www.cs.usfca.ed u/~parrt/course/601/lectures/io.html...
    See more | Go to post

    Leave a comment:


  • vale6309
    started a topic Class Instance
    in Java

    Class Instance

    Hello,
    I have been trying to instantiate a class dynamically within a loop. I have this code:
    for(int m=1;m<5;m++){
    mystring = Integer.toStrin g(m);
    String b2 = "myobservation" +mystring;
    Observation ob = (Observation)b2 ;
    System.out.prin tln(ob);
    }

    where Observation is the class I want to instantiate. All I want to do...
    See more | Go to post
No activity results to display
Show More
Working...