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()...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.