answersLogoWhite

0

A type of activity that uses (mainly) your lungs and respiration, eg. long distance running, swimming.

User Avatar

Wiki User

13y ago

What else can I help you with?

Continue Learning about Engineering

What is class cast exception?

The class case exception is thrown when an object A of class type B is cast to a class type C where C is neither B nor its subclass.


In java difference between classes and object in tabluar form?

A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.A class is a template to create objects. You define the general behavior of a new data type in a class; then you create objects as specific variables of the new type. In other words, you can consider the class as a data type.


What is the difference between the class and the entity?

A class is a type. An entity is a object created from this type. A class is like a definition and the entity behaves as per this definition.


Is the default access specifier same as protected?

A private member of a class can only be accessed by methods of that class. A protected member of a class can only be accessed by methods of that class and by methods of a derived class of that class.


Is button a data type in Java?

In Java, just about anything is defined as a class; a class is a data type, so yes.