G

GIAC Secure Software Programmer – Java

273 Questions

You can start the exam to practice all questions related to this exam.

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

0 Discussions

Trending Exams