Search:

Type: Posts; User: zytm

Search: Search took 0.09 seconds; generated 20 minute(s) ago.

  1. Replies
    3
    Views
    6,106

    [SOLVED] Re: bound mismatcherror?

    Thanks you, it helped me solve my problem.
  2. Replies
    3
    Views
    6,106

    [SOLVED] bound mismatcherror?

    public class Tester
    {

    public static void main(String[]args)
    {

    ArrayList<BankAccount> balance = new ArrayList<BankAccount>();


    balance.add(new BankAccount(1000));
Results 1 to 2 of 2