# Activities

> The following table lists the activities that are included in the Java activity package.

The following table lists the activities that are included in the Java activity package.

| Activity | Description |
| --- | --- |
| [Java Scope](https://docs.uipath.com/activities/other/latest/developer/java-scope) | Initializes a specified Java library and provides a scope for Java Activities. All Java activities must run inside a Java Scope. |
| [Load Jar](https://docs.uipath.com/activities/other/latest/developer/load-jar) | Loads a Java Library Package file in the current **Java Scope** for subsequent actions. |
| [Invoke Java Method](https://docs.uipath.com/activities/other/latest/developer/invoke-java-method) | Invokes a specified Java method from a `.jar` loaded in the **Java Scope**. |
| [Convert Java Object](https://docs.uipath.com/activities/other/latest/developer/convert-java-object) | Converts a `JavaObject` into a .NET primitive data type. |
| [Create Java Object](https://docs.uipath.com/activities/other/latest/developer/create-java-object) | Creates a `JavaObject` variable from a class by using the builder specified in the **TargetType** property field. |
| [Get Field](https://docs.uipath.com/activities/other/latest/developer/get-java-field) | Returns a public field from a specified `JavaObject` variable or from a public static field inside a class. |
