It is possible to get default system printer using Java Print Service API?
I can get list of all printers using
PrintServiceLookup.lookupPrintServices(null, null)
but how to get printer choosed as default in system? (In screen-shot below, the default printer is checked (HP Laser Jet)).

You should use
PrintServiceLookupAcc. to Javadocs: