Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Jappen
  • Content: Threads
  • Order by date
  1. Jappen

    Problem with creating new objects....

    I'm kind of a newbie in Java, so I'm having some problems that hopefully you can solve without problems... Here's the problem: public void newbook(String title) { Book .... = new Book(); /*where Book is another class*/ } and were the "...." is, I want the value of title. Have...

Part and Inventory Search

Back
Top