answersLogoWhite

0


Best Answer

Tools provided in java includes, 1. Jar: Mostly used tool of java, it creates jar archive file(executable file by javaw/java if you have jre installed in your system, lib files to import your classes and reuse). 2. Jarsigner: This utility signs a jar, and can verify a signed jar. 3. Keytool: Tool to create keystore and certificates. 4. servertool: Java IDL server tool. 5. Policytool: Edit and create policy, keystore is required for the same. 6. Javah: Tool to create header file. 7. appletviewer: Tool to view applets. 8. HtmlConverter: Convert applet to html. Common uses: java, javac, javaw, javadoc, javap (get the class structure) etc

User Avatar

Wiki User

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

Wiki User

14y ago

Java allows us to create many types of classes. Below are some commonly used classes.

a. Public - these are the most common classes. Any class that contains a public keyword in its declaration is a class that can be saved with the file name that equals the class name. these are the java classes that get created most of the time and can include all types of functionalities provided by java.

b. Abstract - The abstract class will have only method declarations and no definitions. So any class that extends this abstract class would have to provide the method definitions. This way you can ensure that all these classes will have a similar set of methods/features.

c. Singleton - These classes can be instantiated only once and for the whole application there will be only one instance of the class.

d. Inner Class - A class that is declared inside another public class (explained in point A)

This answer is:
User Avatar

User Avatar

Wiki User

12y ago

Java Swing is a front end tool. Applets can also be used.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Discuss various types of class used in java?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the various functions in iterator class in java?

There are mainly three Methods available in the iterator class in java. Namely they are ... 1. Has Next 2. Next and 3. Remove.


What are the only types in Java that are not classes?

The non-class Java data types are primitives: * byte * short * int * long * float * double * boolean * char


What is wrapper class in java?

wrapper class is a predefined class .it is used for converting primitive data types into object type


Extension file for Java?

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


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.


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


Where could one find a tutorial on Java Vector Class?

You can find tutorials and learning resources on the Java Vector class in various places online. Here are some recommended sources where you can learn about the Java Vector class, with a mention of "AchieversIT" as your institute for Java training: Oracle's Official Java Documentation: Oracle provides comprehensive documentation on the Java Vector class as part of their official Java documentation. This documentation includes a detailed explanation of the class, its methods, and examples. Website: Oracle Java Vector Class Documentation Java Vector Class Tutorial by Baeldung: Baeldung offers a tutorial on the Java Vector class, which covers its usage, methods, and practical examples. Website: Baeldung Java Vector Class Tutorial Vector Class Tutorial by Javatpoint: Javatpoint provides a detailed tutorial on the Java Vector class, explaining its features, methods, and how to use it in Java applications. Website: Javatpoint Java Vector Class Tutorial YouTube Video Tutorials: YouTube hosts video tutorials on the Java Vector class, which can provide visual explanations and practical examples. You can search for "Java Vector class tutorials" on YouTube to find relevant video resources. Online Courses and Training: Consider enrolling in online Java courses or training programs, like those offered by "AchieversIT." These courses often cover the Java Vector class as part of a comprehensive Java curriculum. Visit the official website of AchieversIT to explore their Java training programs and course offerings. Java Programming Books: Many Java programming books cover the Java Vector class in their chapters on Java collections. Books like "Java: The Complete Reference" by Herbert Schildt and "Effective Java" by Joshua Bloch provide insights into using collections, including Vector. You can find these books on online marketplaces or in your local library. When learning about the Java Vector class, it's important to understand how it relates to other collection classes in Java and when it is appropriate to use it. Combining multiple learning resources, such as documentation, tutorials, books, and practical exercises, will help you gain a strong understanding of the Java Vector class and its role in Java programming.


What are the different java technologies?

There are several types of Java technology. Some examples of Java software are Java ME, Java EE, Java SE, and Java Card. Java made the JAVA development kit for those that develop in Java. There is also Java Virtual machine and some class libraries. Java is also famous for its languages like Clojure, Beanshell, Groovy, Gosu, Rhino, Kotlin, JRuby, Scala, and Jython.


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 class begins java class hierarchy?

Class