is functionality in jdkvx and javase ver.x the same?
hello,
does the jdk version follow closely java se functionailty, in particular jdk7 following jave se7 and jdk6 functonaity following java se6 functionality?
my question is with regards to the oracle tutorials,w here there are references to functionality in java se7 and jdk7
"New in the Java SE 7 release, the fork/join framework is an implementation of the ExecutorServiceinterface that helps you take advantage of multiple processors. It is designed for work that can be broken into smaller pieces recursively."
"In JDK 7, java.util.concurrent includes a convenience class, ThreadLocalRandom,"
i want to stick to JDK6/Java se6, not sure if jdk and java se are synonymous?