package time; import java.time.LocalTime; import java.time.temporal.ChronoUnit; public class LocalTime112 { public static void main(String[] args) { LocalTime now=LocalTime.of(6,30); long timeToBreakfast=0; LocalTime office_start=LocalTime.of(7,30); if(office_start.isAfter(now)) { timeToBreakfast=now.until(office_start, ChronoUnit.MINUTES); }else { timeToBreakfast=now.until(office_start, ChronoU..
package console; import java.io.Console; public class Console107 { public static void main(String[] args) { Console console=System.console(); char[] pass=console.readPassword("Enter password"); String password=new String(pass); System.out.println(password); } } 결과는? 이클립스에서 실행해보면 Exception in thread "main" java.lang.NullPointerException at console.Console107.main(Console107.java:6) 이렇게 나온다. 컴파일시에..
https://education.oracle.com/registration Certification Exam Registration | Oracle UniversityTake Your Oracle Certification Exam Start here whether you have a cloud learning subscription, need to purchase a voucher, or are ready to schedule an appointment Join the Oracle University Learning Community Connect with a network of certified peers and Oeducation.oracle.com휴 자격증 접수하는곳 찾는데도 한참 걸린다.. 이런 ..
- Total
- Today
- Yesterday
- 플러터
- MySQL
- 라이믹스 모듈
- 자바 smtp
- php
- KG
- xe addon
- 스크래핑
- 포인터
- 인포믹스
- proc
- JDBC
- 프로씨
- webix
- 문자열
- XE
- esql
- C언어
- 파싱
- xe애드온
- C
- 파이썬
- Python
- ocjap
- 자바
- 오라클
- XE3
- EC
- 이클립스
- ocajp
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |