Search:

Type: Posts; User: IWad

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    798

    Change class type with constructor

    So I changed String address to Address address with another class type I have declared. However my constructor can't accept the string for the address anymore. How do I initialize my address values...
  2. Thread: 2 Method Problem

    by IWad
    Replies
    1
    Views
    717

    2 Method Problem

    I'm trying to modify my list by updating it and finding the last name. How can I rewrite my last 2 methods to do that.




    import java.util.ArrayList;

    public class DataCollection {

    ...
Results 1 to 2 of 2