Stories
Slash Boxes
Comments

SoylentNews is people

posted by LaminatorX on Friday March 21 2014, @06:51PM   Printer-friendly
from the Now-with-all-new-exploits! dept.

Sir Garlon writes:

"Oracle released version 8 of the Java Development Kit (JDK) 8 to general availability on Wednesday, March 19, 2014. (A release candidate has been available since January 2014.) The release notes include a long list of security improvements as well as support for lambda expressions."

 
This discussion has been archived. No new comments can be posted.
Display Options Threshold/Breakthrough Mark All as Read Mark All as Unread
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • (Score: 2) by istartedi on Friday March 21 2014, @10:22PM

    by istartedi (123) on Friday March 21 2014, @10:22PM (#19503) Journal

    Not knowing any COBOL, I'm guessing that the RUN command could have been placed on a separate line, and that the STOP command is like a void return in C. The main function is compiled, and the RUN command is back in the "shell" or whatever it is COBOL has. That's my guess anyway.

    --
    Appended to the end of comments you post. Max: 120 chars.
    Starting Score:    1  point
    Karma-Bonus Modifier   +1  

    Total Score:   2  
  • (Score: 2, Interesting) by rochrist on Saturday March 22 2014, @06:33PM

    by rochrist (3737) on Saturday March 22 2014, @06:33PM (#19770)

    I expect this stems from the days when programs were run as jobs on large timeshare systems, and the STOP RUN refers to stopping the run of this particular job.