GIAC GSSP-Java Question Answer
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);
}
}
GIAC GSSP-Java Summary
- Vendor: GIAC
- Product: GSSP-Java
- Update on: Oct 30, 2025
- Questions: 275

