Identity Resolution 
			
			- Identity Resolution 10.2
- All Products
 
           
      	
            
	
      static public void main (String arg[]) { nm3object w = null; try { w = new nm3object (arg); .... } catch (SomeException e) { .... } finally { if (w.h () != -1) w.close (); if (w != null) w.disconnect (); } }