G
GIAC Secure Software Programmer – Java
273 Questions
Question No. 1
What will be the output of the following program?
class Stringtest
{
public static void main(String args[])
{
String s= "test";
s.concat("paper");
System.out.println(s);
}
}
Choose the correct option from the given list.
01 / 273