Repeat string N times without loop in Java package javaapplication1; public class JavaApplication1 { /** * Repeat string <b>str</b> <b>times</b> time. * @param str string to repeat * @param times repeat str times time * @return generated string */