public static void main(String[] args) {
    // Note: \u000A is Unicode representation of linefeed (LF)
    char c = 0x000A;
    System.out.println(c);
  }

解决方案 »

  1.   

    输出换行linefeed (LF)
    c是什么输出什么,c是换行
      

  2.   

    编译错误,实际的代码变成了:  public static void main(String[] args) {
        // Note: 
    is Unicode representation of linefeed (LF)
        char c = 0x000A;
        System.out.println(c);
      }
      

  3.   

    老是说有错误, 楼主的Note 里面有什么机关不成.
      

  4.   

    System.out.println(c);
    当输出c的时候换行符就做为一个值.所以换两行.
      

  5.   

    服了,《Java解惑》中毒症。
      

  6.   

    楼主在自杀式散分吗?
    http://forum.csdn.net/PointForum/SearchTopic.aspx?bigclassid=3d11cb76-8373-401d-9e9a-a6b24dd73eff&smallclassid=3931c03e-b66c-4189-a4f0-210fd9501803&searchtype=big&subject=&username=tteesstt&pb=pb
      

  7.   

     // Note: \u000A is Unicode representation of linefeed (LF)有错哦
      

  8.   

    // Note: \u000A is Unicode representation of linefeed (LF)太猛了..
      

  9.   

     // Note: \u000A is Unicode representation of linefeed (LF)//ERROR