Ying Zhao

Greenhorn
+ Follow
since Jan 06, 2016
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
1
In last 30 days
0
Total given
0
Likes
Total received
2
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Ying Zhao

Welcome to Ranch! Thanks for the wonderful book.

Ying
8 years ago
Hi Author, I'm reading your book 'Murach's Java Servlets and JSP, 3rd Edition' right now. I really enjoy reading it. Please keep the good work. Thanks.
8 years ago
Dear Authors,

In Table 3.11 on page 159, I think Functional Interface used for computeIfAbsent and computeIfPresent are mixed. Please have a look.

Ying
Oh, does this count as another error I reported? Just kidding.
Thanks, authors. Would you please also change my name on http://www.selikoff.net/java-ocp-8-programmer-ii-study-guide/ page to Ying Zhao? It writes Ying Zhou there by mistake. Thanks in advance.

Regards,
Ying
Hi,
In the Comparator example given at the front of page 152, it says return r1.id = r2.id. Shouldn't it be return r1.id - r2.id, since we are using it as a comparator?

Thanks,
Ying