answersLogoWhite

0

What is meant by class in java?

User Avatar

Anonymous

13y ago
Updated: 8/20/2019

class is an important element of an oop. class is a user defind data type.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

What is FileReader?

In java FileReader is a class which is meant for reading streams of characters.


What command executes the Java class file Welcomeclass?

I assume you meant Welcome.class, in which case, it would be: java Welcome


Why is my minecraftjar only class files?

"class" files are compiled Java files. Perhaps they are meant to be run with Java. It is possible that the download file has other types of downloads available, but I didn't check this.


Extension file for Java?

Java source files have the .java extension, compiled Java class files have the .class extension.


What is meant by java API and how it is helpful to the java programmer?

API stands for Application Programming Interface It usually referrs to documentation on how a specific class works. It lists,describes, and details the class' methods, properties, constructors, etc.. Here is a link for a the API of the String class in Java: http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html


What is meant by interface in java?

interface is just like a class. its contains abstract methods without any implementation and we cant create object for the class. we can only sub classed . used to achieved multiple inheritance in java.


The actions in a java class are called?

The actions in a java class are called methods.


Why you start java program by class?

without class non of the folder can run so the java program should start in class we can use the class without object in java


When java uses compiler?

What i know is java we will use compiler when it want to get class file(file with .class extension) from java file(file with .java extension).


How do you call main class with in main class in java?

We can't call a class. We always call a method in java.


What is meant by default access of class in java?

That's what you get when you don't include any access specifier, such as "public" or "private". This default access gives access to any class in the same package.


What class begins java class hierarchy?

Class