22 Matching Annotations
  1. Mar 2024
  2. Jan 2024
    1. Try to guess what the code below will print before running it. Can you get the last element in the nameList to print it out? Can you set the first element in the list to your name and print out the list?

      ?

  3. Sep 2023
  4. Aug 2023
    1. 特殊词(也称为关键字),例如public、class、 和if必须小写,但类名(例如System和 )String要大写。

      特殊词小写,类名大写。