Search:

Type: Posts; User: Cornix

Search: Search took 0.10 seconds.

  1. Re: Link objects and calling a variable object's method

    I dont think I understand.
    Can you give us any useful scenario where you would like to do this?
  2. Re: Link objects and calling a variable object's method

    By the way, you dont need an array in the first place, you can simply do:

    public class Test {

    public static void main(String[] args) {
    TestThing objFirst = new TestThing();...
Results 1 to 2 of 2