Skip to content

Commit 066b166

Browse files
committed
updated image
1 parent b201f73 commit 066b166

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Java/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ OpenJDK is released under license `GPL v2` wherein Oracle JDK is licensed under
9797
Oracle JDK has Flight Recorder, Java Mission Control, and Application Class-Data Sharing features, while OpenJDK has the Font Renderer feature.
9898

9999
## Datatypes
100-
![Data Types](images/Java_Datatypes.png?raw=true "Data Types")
100+
![Data Types](../images/Java_Datatypes.png?raw=true "Data Types")
101101

102102
### Character vs String
103103
char (Character) datatype (primitive) is a single character surrounded by single quotes. It occupies 2 bytes of memory size. String is a non primitive Object, it is usually one or more characters surrounded by double quotes.

0 commit comments

Comments
 (0)