单项选择题

下列程序段的输出结果是( )。
public class operatorsandexpressions
public static void main(String [] agrs)
int a=3,b=4,c=5;
System.out.pfintln("abc"+3);

A.15
B.abc3
C.256
D.63