# Print a JVM object reference.

This function prints the type and id for an object stored in the SparkR
JVM backend.

## Usage

``` r
# S3 method for class 'jobj'
print(x, ...)
```

## Arguments

  - x:
    
    The JVM object reference

  - ...:
    
    further arguments passed to or from other methods

## Note

print.jobj since 1.4.0
