Using Raw Agent Methods
Another option to invoke QUERY and UPDATE canister methods from Java is to use raw Agent methods queryRaw and updateRaw.
To get the status of the Internet Computer, use status Agent method. It will return the Status Java type as follows.
Last updated