51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#空指针
将Integer赋值给int(空指针异常)
将Integer赋值为null,然后在赋值给int类型,会出现空指针异常 ...
代码星球
·
2021-02-23
Integer
赋值
int
指针
异常
C++ try catch 捕获空指针异常,数组越界异常
#include<exception>#include<iostream>usingnamespacestd;/**********************************//project->Properties->C/C++->CodeGeneration-->...
代码星球
·
2021-02-14
异常
C++
try
catch
捕获
NullPointerException-----开发中遇到的空指针异常
1.使用CollectionUtils.isEmpty判断空集合publicclassTestIsEmpty{staticclassPerson{}staticclassGirlextendsPerson{}publicstaticvoidmain(String[]args){List<Integer>fi...
代码星球
·
2021-01-30
NullPointerException-----
开发
遇到
指针
异常
《征服 C 指针》摘录1:什么是空指针?区分 NULL、0 和 '