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 Mike Lewis 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: *

  1. rockyhunt

    Superclass and Subclass

    Hi. I am a new user to Java and JBuilder. I had a question about classes. I am doing a simple exercise that has objects as superclass and subclasses. I have a class named Mammal in which two other objects will use. Mammal class code: public class Mammal { String name; public void sleep()...
  2. rockyhunt

    Compiling Question

    Hi. First off, sorry for the stupid question. I am a new user to Java. I am currently using JBuilder to go through some exercises. The exercises are using the command prompt and are asking me to just compile my program and not use the interpreter. I am not sure how to do this in JBuilder...

Part and Inventory Search

Back
Top