Static Method Invocation
Static Method Invocation
- direcly generated in the form of IDL stubs by the IDL precompiler.
- easier and natural form of programming
- remote method called by invoking name and passing its parameters
- provides more robust type checking
- checking enforced by compiler at build time
- performs well
- single API call is issued to the stub and it takes it from there