Java(EN) 第666页
How to fix your Java learning: a story of one tutor-拾光赋

How to fix your Java learning: a story of one tutor

How to fix your Java learning: a story of one tutor,About a boy It was over decade ago… I decided to become a real boyprogrammer. I looked for a language that was ‘mine’, t...
Automation for Java Developers - tips and snippets-拾光赋

Automation for Java Developers – tips and snippets

Automation for Java Developers - tips and snippets,Automation is something that can save your future self a lot of time. It is not an urgent thing, but it is very important. It wil...
Build a Fluent Interface in Java in Less Than 5 Minutes-拾光赋

Build a Fluent Interface in Java in Less Than 5 Minutes

Build a Fluent Interface in Java in Less Than 5 Minutes,(Skip to the good part!) Building a Basic Class Building classes in Java is EASY! All you need is a class declaration inside...
Avoiding Java Boilerplate Code with Project Lombok-拾光赋

Avoiding Java Boilerplate Code with Project Lombok

Avoiding Java Boilerplate Code with Project Lombok,In this article you will learn how to avoid boilerplate code from your Java projects. You will do so by using features of Project...
IMMUTABILITY-拾光赋

IMMUTABILITY

IMMUTABILITY,Let’s see what this fancy word means. immutable adjective unchanging over time or unable to be changed. Umm... How does STRING do it? String strOne = 'sun'; Enter ful...
Implementing Wildcard Search Functionality in your Java Applications-拾光赋

Implementing Wildcard Search Functionality in your Java Applications

Implementing Wildcard Search Functionality in your Java Applications,Indexing is a term quite synonymous with search engines now days, however, by definition, it refers to organizi...
Using Galen Framework For Automated Cross Browser Layout Testing-拾光赋

Using Galen Framework For Automated Cross Browser Layout Testing

Using Galen Framework For Automated Cross Browser Layout Testing,Galen Framework is a test automation framework which was originally introduced to perform cross browser layout test...
TypeError: JavaScript-拾光赋

TypeError: JavaScript

TypeError: JavaScript,Can you add a number and an alphabet? Say, if I ask you to give me the result of the addition of 1 and H will you be able to give me the answer? The obvious a...
Fibers in Java (Yes fibers !!!)-拾光赋

Fibers in Java (Yes fibers !!!)

Fibers in Java (Yes fibers !!!),Fiber is upcoming feature in Java which will offer a light weight alternative to Threads . However the question is why fibers ,one word answer to it...
kity的头像-拾光赋kity6年前
0518
My experiences with the Android Developer Nanodegree-拾光赋

My experiences with the Android Developer Nanodegree

My experiences with the Android Developer Nanodegree,Last year from March to August I participated in Udacity's Android Developer Nanodegree program and here I want to share my exp...
Language Features: Best and Worst-拾光赋

Language Features: Best and Worst

Language Features: Best and Worst,I'm interested in building my own programming language and I want to know: what are your most-loved and most-hated features of any programming lan...
Tascalate Concurrent - Filling the Gaps in CompletableFuture API (Part 1)-拾光赋

Tascalate Concurrent – Filling the Gaps in CompletableFuture API (Part 1)

Tascalate Concurrent - Filling the Gaps in CompletableFuture API (Part 1),Tascalate Concurrent library provides an implementation of the CompletionStage interface and related class...