Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ma yanling
hutool-5-master
Commits
1f7bf702
Commit
1f7bf702
authored
Sep 29, 2024
by
ma yanling
Browse files
5
parent
f01e9f5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
test-myl/test.java
test-myl/test.java
+4
-1
No files found.
test-myl/test.java
View file @
1f7bf702
...
...
@@ -20,5 +20,8 @@ public class MyFirstApp
public
class
Test
{
test
int
[]
array
=
null
;
List
list
=
null
;
System
.
out
.
println
(
array
[
0
]);
//空指针异常
System
.
out
.
println
(
list
.
get
(
0
));
//空指针异常
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment