Tester

public class Tester {
  public static void main(String[] args) {          
          System.out.print( "This is QuizJET".substring( 0, 10 ) );
  }
}
 

What is the output?
Be careful of the space/newline in your answer.