Java Lang Java by API

/**
 Output:
 www.rntsoft.com...
 
 * */
public class MainClass {
  public static void main(String args[]) throws Exception {
    System.out.printf("%1$s...", "www.rntsoft.com" );
  }
}