master
This commit is contained in:
parent
a3b0db7071
commit
b545457eea
Binary file not shown.
@ -2,8 +2,8 @@ package POO.T5_autoboxing_des_types_primitifs;
|
||||
|
||||
public class Main {
|
||||
public static void main(String[] args) {
|
||||
Integer foo = new Integer(15);
|
||||
System.out.println(foo.toHexString(foo.intValue()));
|
||||
//Integer foo = new Integer(15);
|
||||
//System.out.println(foo.toHexString(foo.intValue()));
|
||||
String s = "12";
|
||||
System.out.println(Integer.parseInt(s)+5);
|
||||
int bar = 17;
|
||||
|
@ -1,9 +1,9 @@
|
||||
package various_tests;
|
||||
import java.io.*;
|
||||
import java.nio.charset.Charset;
|
||||
import java.nio.charset.StandardCharsets;
|
||||
import java.nio.charset.spi.CharsetProvider;
|
||||
import java.util.Scanner;
|
||||
//import java.nio.charset.spi.CharsetProvider;
|
||||
//import java.util.Scanner;
|
||||
//import java.nio.charset.Charset;
|
||||
|
||||
/**
|
||||
* The Class Input is here to enter data with the keyboard.<br>
|
||||
|
Reference in New Issue
Block a user