JVM is the head of an expression that identifies a particular Java runtime installed into the current Mathematica session via InstallJava.
LoadNETAssembly[assembly] loads the specified assembly into the .NET runtime and returns a NETAssembly expression that can be used to identify the assembly. ...
NETTypeInfo[type] prints information about the specified type, including its inheritance hierarchy, assembly name, and its public members (constructors, methods, properties, ...
TetGenGetElements[expr] gets the elements in a TetGen expression.
Widget["SystemPropertiesPanel"] displays the current system property values of the underlying runtime engine.
The GUIKit` package can also be used to provide Mathematica-enriched user interfaces to standalone Java applications, leveraging the fact that J/Link also works within a Java ...
By default, any interface definition executes within a single thread, and since currently GUIKit` definitions execute at runtime as Java components, this means that execution ...
ListWaveform[{{f_1, a_1}, {f_2, a_2}, ...}, freq, dur] creates a Sound object with fundamental frequency of freq hertz, lasting for dur seconds, with a spectrum in which ...
DaysBetween[{year_1, month_1, day_1}, {year_2, month_2, day_2}] gives the number of days between the dates {year_1, month_1, day_1} and {year_2, month_2, day_2}. ...