beginners 第92页
My Industrial Development Journey, One Year On-拾光赋

My Industrial Development Journey, One Year On

My Industrial Development Journey, One Year On, Who am I? Hello everyone! Welcome to my first post. My name is Jake and I have been working as a developer in industry for just over...
kity的头像-拾光赋kity7年前
04510
@OneToMany relations in Hibernate and its perils-拾光赋

@OneToMany relations in Hibernate and its perils

@OneToMany relations in Hibernate and its perils,Recently, I had trouble persisting an object with Hibernate. I would like to depict my journey along the well-known example of docu...
kity的头像-拾光赋kity7年前
03414
Java is still free!-拾光赋

Java is still free!

Java is still free!,I see a lot of posts lamenting about how Java is now being paid for. I feel a lot of people are getting it wrong...and right. Oracle JDK Perhaps when you starte...
kity的头像-拾光赋kity7年前
03110
Interesting JDK 12 features to watch out for.-拾光赋

Interesting JDK 12 features to watch out for.

Interesting JDK 12 features to watch out for.,With the new 6 months Java release cycle, you should expect cool features to get to developers at a faster rate. I have seen some cool...
kity的头像-拾光赋kity7年前
0235
Fibonacci: Recursion vs Iteration-拾光赋

Fibonacci: Recursion vs Iteration

Fibonacci: Recursion vs Iteration, A common whiteboard problem that I have been asked to solve couple times, has been to 'write a function to generate the nth Fibonacci number star...
kity的头像-拾光赋kity7年前
02310
With what approach to verify the logic of the code you design-拾光赋

With what approach to verify the logic of the code you design

With what approach to verify the logic of the code you design,Here I came up with quite a simple discussion for the case when a block of code you design is to be tested. What kind ...
kity的头像-拾光赋kity7年前
04013
The int vs. Integer pitfall of Java's ArrayList.remove()-拾光赋

The int vs. Integer pitfall of Java’s ArrayList.remove()

The int vs. Integer pitfall of Java's ArrayList.remove(),Be careful when you try to use ArrayList.remove() to delete specific elements using a boxed Integer rather than a primitive...
kity的头像-拾光赋kity7年前
0215
Learning Algorithms with JS, Python and Java 9: Printing Steps-拾光赋

Learning Algorithms with JS, Python and Java 9: Printing Steps

Learning Algorithms with JS, Python and Java 9: Printing Steps,This series of articles follows Stephen Grider's Udemy course in three different languages. JavaScript solutions are ...
kity的头像-拾光赋kity7年前
0408
The seven rules for continuous UnitTest-拾光赋

The seven rules for continuous UnitTest

The seven rules for continuous UnitTest, Introduction Do you write UnitTest on your project? Are UnitTests ran every time? I completely thought it's same thing to write UnitTest an...
kity的头像-拾光赋kity7年前
02111
How do you write

How do you write “Production Code” for UnitTest?

How do you write 'Production Code' for UnitTest?, Introduction UnitTest is very important for keeping code quality. So almost project require to write UnitTest. As a result, I will...
kity的头像-拾光赋kity7年前
02414
Learning Algorithms with JS, Python and Java 8: Sentence Capitalization-拾光赋

Learning Algorithms with JS, Python and Java 8: Sentence Capitalization

Learning Algorithms with JS, Python and Java 8: Sentence Capitalization,It's been a while since I posted the last article. Today's is a nice and simple one for rehab. This series o...
kity的头像-拾光赋kity7年前
02715
Java Developer Litmus Test Part 1-拾光赋

Java Developer Litmus Test Part 1

Java Developer Litmus Test Part 1,How do you get a useful idea of the skill level of a Java developer? There are of course many options to test basic knowledge of Java. More advanc...
kity的头像-拾光赋kity7年前
0296