Please enable JavaScript.
Coggle requires JavaScript to display documents.
Ch 1 Overview - Coggle Diagram
Ch 1 Overview
8. File handling
-
-
-
-
Deserialization is the process of reconstructing a data structure or object from a series of bytes or a string in order to instantiate the object for consumption.
-
-
-
-
-
Objects
-
-
new:
-
-
-
-
Using deserialization
Deserialization is the process of reconstructing a data structure or object from a series of bytes or a string in order to instantiate the object for consumption.
-
-
2. Replace characters
-
-
newStr.setCharAt(i, Character.toUpperCase(str1.charAt(i)))
7. File handling
-
Example: File demo
-
createNewFile()
automatically creates a new, empty file names by this abstract if and only if a file of this name doesn't exist.
-
-
-
-
-
-
-