2016-11-01から1ヶ月間の記事一覧

Indify String Concatenation

I am very interested about this http://openjdk.java.net/jeps/280. And I had a session about this which is presented by @bitter_fox who is one of JDK comitter.Due to my poor skill, I have no idea about below difference which is the result o…

Try to use Jigsaw(No2)

I just wanted to use Jigsaw by myself. So I found this articlehttp://openjdk.java.net/projects/jigsaw/quick-start and had the session about Jigsaw which is presented by @skrb. The material is here JavaOne 2016 - Java SE Update - from Yuich…

try to use Jigsaw

The original code is herehttp://openjdk.java.net/projects/jigsaw/quick-start I just wanted to use Jigsaw. Directory code Main.java package com.greetings; public class Main { public static void main(String... args) { System.out.println("Gre…