Java 基础汇总(补)

1、Switch语句中表达式类型:

Unlike if-then and if-then-else statements, the switch statement can have a number of possible execution paths. A switch works with the byte,short,char, and int primitive data types. It also works with enumerated types(discussed in Enum Types), the String class, and a few special classes that wrap certain primitive types:Character,Byte,Short, and Integer (discussed in Numbers and Strings).

译自:http://docs.oracle.com/javase/tutorial/java/nutsandbolts/switch.html

表达式可以是 byte , short , char  和 int 类型;也可以是枚举类型,String类;

还可以是 byte 、short 、 char 、 int 对应的包装类。

2、格式化输出 函数 format() , println()


示例展示:

3、判别字符类型总结

4、转义字符

\f 换页

5、泛型编程中的注意事项:否则会报编译错误。

     if (list instanceof ArrayList) {  // compile-time error }

     if (list instanceof ArrayList) {  // OK; instanceof requires a reifiable type }

Typically, you cannot cast to a parameterized type unless it is parameterized by unbounded wildcards. For example:

     List li = new ArrayList<>();

     List  ln = (List) li;  // compile-time error

However, in some cases the compiler knows that a type parameter is always valid and allows the cast. For example:

    List l1 = ...;

    ArrayList l2 = (ArrayList)l1;  // OK

6、注解

(1)JavaSE API中预定义的注解

a. java 语言自己使用的注解:

        @Deprecated

 被@Deprecated标记过期的接口、类、方法、域 ,应该在Javadoc 注释中用过期注解使用 @deprecated 解释过期的原因及用什么替代了(注意:是小写的 'd')。

        @Override

通知编译器,被Mark的类、接口、方法 将会被重写

        @SuppressWarnings

        @SafeVarargs : 

when applied to a method or constructor, asserts that the code does not perform potentially unsafe operations on itsvarargsparameter. When this annotation type is used, unchecked warnings relating tovarargsusage are suppressed.

        @FunctionalInterface : JavaSE 8 中引入的,该注解表示 类型声明 是个函数接口(functional interface )

b.用在其他注解上的注解(Annotations that Apply to Other Annotations)

这类注解也称为: meta-annotation,在java.lang.annotation 中,定义了好几个这样的注解:

@Retention: 用于指明被标记的注解的存储方式:

RetentionPolicy.SOURCE– The marked annotation is retained only in the source level and is ignored by the compiler.

源码级存储:在源码级保留,但是会被编译器忽略。

RetentionPolicy.CLASS– The marked annotation is retained by the compiler at compile time, but is ignored by the Java Virtual Machine (JVM).

类级存储:编译时会存储,但是会被JVM忽略。

RetentionPolicy.RUNTIME– The marked annotation is retained by the JVM so it can be used by the runtime environment.

运行时存储:会被JVM存储,将来在运行时会被用到。

@Documented 

indicates that whenever the specified annotation is used those elements should be documented using the Javadoc tool. (By default, annotations are not included in Javadoc.)

表示被标记的元素会被用于Javadoc工具 。默认情况,注解是不会被Javadoc的。

@Target

用于标记限制其他注解该应用于什么样的Java element

ElementType.ANNOTATION_TYPEcan be applied to an annotation type.

ElementType.CONSTRUCTORcan be applied to a constructor.

ElementType.FIELDcan be applied to a field or property.

ElementType.LOCAL_VARIABLEcan be applied to a local variable.

ElementType.METHODcan be applied to a method-level annotation.

ElementType.PACKAGEcan be applied to a package declaration.

ElementType.PARAMETERcan be applied to the parameters of a method.

ElementType.TYPEcan be applied to any element of a class.

@Inherited:继承

用于指明该注解可以继承超类的注解(默认是不可以的,为false)。当用户查询注解类型时,若这个类没有定义这个类型的注解,那么这个类的超类会被查询。这个注解仅适用于类声明(class declaration)。

@Repeatable

Java SE 8 引入的,用于指明被标记的注解可以多次应用于同一个声明或同一种类型。

can be applied to the same declaration  or type use.

 参见Repeating Annotation 。

(2)Type Annotations and Pluggable Type Systems

Before the Java SE 8 release, annotations could only be applied to declarations. As of the Java SE 8 release, annotations can also be applied to any type use. This means that annotations can be used anywhere you use a type.

这样的插件式注解可以自己实现也可以只用第三方已经实现的框架,推荐一个Checker Framework

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 214,444评论 6 496
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 91,421评论 3 389
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 160,036评论 0 349
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 57,363评论 1 288
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 66,460评论 6 386
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 50,502评论 1 292
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 39,511评论 3 412
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 38,280评论 0 270
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 44,736评论 1 307
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 37,014评论 2 328
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 39,190评论 1 342
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 34,848评论 5 338
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 40,531评论 3 322
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 31,159评论 0 21
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 32,411评论 1 268
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 47,067评论 2 365
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 44,078评论 2 352

推荐阅读更多精彩内容

  • 一看我就是典型的胆小怕事的女生,与人相处中会有一些懦弱,面对事情会很怕麻烦、怕出错、怕做得不够好。要说做过的很勇敢...
    风雨无阻ylxq阅读 349评论 2 1
  • 菖蒲先百草于寒冬刚尽时觉醒,因而得名。菖蒲“不假日色,不资寸土”、“耐苦寒,安淡泊”,生野外则生机盎然,富有而滋润...
    嶒經哋嶒經阅读 1,209评论 0 0
  • 4.21-4.29日,2017,学习完成了《一学就会的基金定投课》。Lip师兄和百合学姐的课真的很受用。课程设计循...
    swanlin阅读 1,915评论 3 4
  • 中新网石家庄10月23日电(李洋温彦文)从片警到刑警,从侦办经济案件到侦办刑事案件,警察的职责已融入他的人生...
    社会聚焦点阅读 934评论 0 0
  • 2016了,我也正式迈入27岁了,从23岁就开始被家里人催着相亲,结婚。当时刚毕业没有想那么早结婚(或者在坚持想找...
    熊抓阅读 252评论 0 0