Ramesh Natesan

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

Recent posts by Ramesh Natesan

correct parentheses should be
System.out.println(Period.of(1,2,3));
instead of
System.out.println(Period.of)1,2,3));

Jeanne Boyarsky wrote:I'm late to the party, but I agree it was a JDK "change of behavior." I had an older version of Java 8 in my path when I tried it on January 27th so that wasn't a valid test.




I think this should be added to list of errata (https://www.selikoff.net/jpt/)?
Congrats Sudhanshu!

Is OCP 8 upgrade is any tougher than OCP 7 exam in general?

Also, I am kind of thinking which of the following two books to read for the OCP Java 8 upgrade exam:

a) Java 8 In Action
b) OCP Oracle Certified Professional Java SE 8 Programmer II Study Guide Exam 1Z0-809 by by Jeanne Boyarsky and Scott Selikoff

5 years ago