jdk/src/sample/share/README
changeset 25859 3317bb8137f4
parent 10292 ed7db6a12c2a
equal deleted inserted replaced
25858:836adbf7a2cd 25859:3317bb8137f4
       
     1 The source code provided with samples and demos for the JDK is meant
       
     2 to illustrate the usage of a given feature or technique and has been
       
     3 deliberately simplified. Additional steps required for a
       
     4 production-quality application, such as security checks, input
       
     5 validation, and proper error handling, might not be present in the
       
     6 sample code.