HomeProjectsPeoplePublicatons
Search:
   
 

Creating objects (1)

  • java::new creates a new Java object

      set cal [java::new \ java.util.GregorianCalendar]
      • The argument is the fully-qualified name of a Java class
      • java0x1
  • The fully-qualified name is the name of the class preceded by the name of its package

Previous slide Next slide Back to first slide View graphic version