answersLogoWhite

0


Best Answer

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

14y ago

Java has thousands of classes. Refer to the online documentation for details. You can also create your own classes.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What are the different classes in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why we write java program using classes?

Classes are well organised functions in java which help discriminate between two different functions.


Is there any difference between java and j2SE?

Core Java and J2SE are the same thing, which is the set of classes to be found in the rt.jar package. The classes were just given different names at different stages of the continued revisions to the Java Runtime Environment.


What are sealed classes in java?

Final classes are sealed classes in java I guess.


What classes are needed for java web development?

There are many different classes that teach Java Web Development. You must be comfortable with the coding language Javascript and have a basic grasp on how the internet and programming works.


What is Difference between java and core java?

Java or Java SE comes with the standard library, with all the crazy classes to make life easy. Java Core does not come with most of these classes, so that it is a lot smaller.


What is a collection of related classes called in java?

a package


Why do you extend classes in java?

We use the classes in java to reuse their coding for the child classes.So as to save our time and development overhead.


Explanation of import javautilDate?

The import keyword in Java is used to tell the Java compiler where to find different classes and packages.java.util.Date is the location of the Date class: Date is a member of the util package, which is a member of the java package.


How many classes should be included in each java file?

You can only have one non-inner public classes per java file and that class name must match the filename. The java file can also have any number of inner classes and anonymous classes.


How many pre-built or predefined classes are there in JAVA?

In java 1.1 version 250 classes are there java 1.2 version 500 classes are there i don't about other versions. but i want to know other version classes also. please post any body known these other version classes list....


What is global variable in java?

A local class is declared locally within a block of Java code.You can even have classes declared inside a method. such classes are called local classes.


How many types of classes are found in java?

1.Outer Classes 2. Inner Classes