Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
10.22. Creating an Instance with the Key Constructor Example
This is what creating an instance using the key constructor looks like:
Person person = new Person( "John", "Doe" );
Person person = new Person( "John", "Doe" );