【发布时间】:2012-12-13 17:16:39
【问题描述】:
在我看来,编译器会采用这样的方式是合理的:
log.info("A really long logger message that is kind of a pain in the tucous " +
"and violates formatting standards by making the line to long");
并将两个字符串编译为一个。我很确定这是真的,但我想 如果有人提出来,让我的鸭子排成一排。
【问题讨论】:
标签: java string compiler-construction