Your browser does not support JavaScript!

Which of the following creates an instance of a class?

  • Test t = new Test();
  • All of the choices Correct
  • String str = new String();
  • String str = new String();
  • Object obj = new Object();
Similar ITE-6104 questions