jdk/src/share/demo/README
changeset 10292 ed7db6a12c2a
equal deleted inserted replaced
10291:cf1fcdf438a0 10292:ed7db6a12c2a
       
     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.