编程技术 第1530页
Nevertheless, Nested bloop Coded-拾光赋

Nevertheless, Nested bloop Coded

Nevertheless, Nested bloop Coded, I began coding because... I used to be a product manager and wanted to understand developers better. The best way to understand developers and the...
kity的头像-拾光赋kity8年前
02815
Full Stack Engineer and an Arsenal FC Fan-拾光赋

Full Stack Engineer and an Arsenal FC Fan

Full Stack Engineer and an Arsenal FC Fan, 原文链接:Full Stack Engineer and an Arsenal FC Fan
How do you choose between an interface and abstract class?-拾光赋

How do you choose between an interface and abstract class?

How do you choose between an interface and abstract class?,I have been asking this question in interviews for some years now. I get to hear a lot of interesting answers from folks....
Hi, I'm Emmanuel Vanhoucke-拾光赋

Hi, I’m Emmanuel Vanhoucke

Hi, I'm Emmanuel Vanhoucke, 原文链接:Hi, I'm Emmanuel Vanhoucke
Java and BCP 47 Language Tags-拾光赋

Java and BCP 47 Language Tags

Java and BCP 47 Language Tags,Since Java 7, Java's Locale object has been updated to take on the role of a language tag as identified in RFC 5646 and BCP 47 specs. The newer langua...
kity的头像-拾光赋kity8年前
0475
Kotlin by examples: Class and Properties-拾光赋

Kotlin by examples: Class and Properties

Kotlin by examples: Class and Properties,I've been using Kotlin in the last few months and I'm very pleased with it! For people who don't know it, it's a language built by JetBrain...
Small scale stream processing kata: thread pools-拾光赋

Small scale stream processing kata: thread pools

Small scale stream processing kata: thread pools,Once again I prepared a programming contest on GeeCON 2016 for my company. This time the assignment required designing and optional...
Java is Unsound: The Industry Perspective-拾光赋

Java is Unsound: The Industry Perspective

Java is Unsound: The Industry Perspective,Recently Nada Amin and I discovered that Java and Scala are unsound. We submitted the finding and related discussion to OOPSLA, an academi...
What about java or javafx future? Should I start to learn javascript?-拾光赋

What about java or javafx future? Should I start to learn javascript?

What about java or javafx future? Should I start to learn javascript?, 原文链接:What about java or javafx future? Should I start to learn javascript?
kity的头像-拾光赋kity8年前
03813
Why I like Maven-拾光赋

Why I like Maven

Why I like Maven,When I first started using Java, Maven didn't exist. And by that, I mean Maven 1.0 Beta 2 - the oldest entry on the Apache Maven Release History page - hadn't yet ...
Multithreading in Java for dummies (part 3)-拾光赋

Multithreading in Java for dummies (part 3)

Multithreading in Java for dummies (part 3),This will be the last post of this series about multithreading. In the second post, we left our Ping Pong game in a good position, with ...
Multithreading in Java for dummies (part 2)-拾光赋

Multithreading in Java for dummies (part 2)

Multithreading in Java for dummies (part 2),In the first post of the series we saw some basic multithreading concepts using a practical approach. With the implementation of a Ping ...