Search:

Type: Posts; User: nutan

Search: Search took 0.09 seconds.

  1. Re: What is Wrong When calling the function using arrayList.

    means i have to create bookLend method inside the Library..............

    and thanks for your help.. :)
  2. Re: What is Wrong When calling the function using arrayList.

    Ya i know... there are no compiling errors... the output which i m getting of System.out.println("Book Issued To " +boo.getNameOfPerson()); in library.java is null... Just call the getBookLend()...
  3. What is Wrong When calling the function using arrayList.

    code for library.java

    import java.util.ArrayList;
    public class Library {
    private String libraryName,libAddress;
    Library(String libraryName,String libAddress)
    {
    this.libraryName =...
Results 1 to 3 of 3