String love(){
//爱情到头来可能是一场空
return null;
}
String love(){
//爱情不能等待,等着等着就没有结果了
while(true);
}

第二种写法是可以编译运行的。

机智的java君。