GSSP-JAVA Web TestEngine demo

Exit VceDump GSSP-JAVA GIAC Secure Software Programmer - Java
Question 36 of 42
0% complete
Q36 Single choice

What will be the output of the following code snippet?

class test22
{
public static void main(String args[])
{
String str= new String("Hello");
str.insert(3,"bye");
System.out.println(str);
}
}

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in