Web-android Engineer first form -2-1 Java keywords

Source: Internet
Author: User
Tags java keywords

Source: http://www.imooc.com/code/1176

Common keywords in Java:

Q: So many, can't remember Ah ... -_-||

A: Now you do not need to remember all, mix a familiar, in the course of learning, you will gradually find the feeling and remember them

Yes, almost forget the big thing, the Java keyword is case-sensitive Oh! So void is the keyword, but void is not the ~ ~

Task

Do you understand the keywords in Java? Verify it together!

 Public class HelloWorld {    publicstatic  VoiD main (string[] args) {        System.out.println ( "Hello Imooc");}    }

After looking at the code in the editor carefully, can you find the error in line 2 and modify it?

Prompt information
error:cannot Find Symbol      Public Static void Main (string[] args) {                  ^  symbol:   class  void  class  HelloWorld1 Error

Correct code:

 Public class HelloWorld {    publicstaticvoid  main (string[] args) {        System.out.println ("Hello Imooc");}    }

Web-android Engineer first form -2-1 Java keywords

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.