TP Exceptions
This commit is contained in:
BIN
DEV2.1/TP10/03_Incomplet/Incomplet.class
Normal file
BIN
DEV2.1/TP10/03_Incomplet/Incomplet.class
Normal file
Binary file not shown.
11
DEV2.1/TP10/03_Incomplet/Incomplet.java
Normal file
11
DEV2.1/TP10/03_Incomplet/Incomplet.java
Normal file
@@ -0,0 +1,11 @@
|
||||
import java.io.IOException;
|
||||
|
||||
public class Incomplet {
|
||||
public static void main(String[] args) {
|
||||
byte[] txt = {0x48, 0x65, 0x6C, 0x6C, 0x6F, 0x0D, 0x0A};
|
||||
try {
|
||||
System.out.write(txt);
|
||||
} catch (IOException e) {
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user