Summer Camp Registration Form is a program where the student has to fill his/her details in the respective fields mentioned in the form and register to participate in the camp for the same. It also discusses the implementation of the source code and database connectivity using Apache derby, and then focuses on Graphic User Interface(GUI), describing how the form is validated and the programming functions and libraries used in the design.

Programming Environment

**_Java Language: _**It is a general purpose programming language that is class-based, object-oriented (although not a pure object-oriented language, as it contains primitive types, and designed to have as few implementation dependencies as possible.

It is intended to let application developers write once,run anywhere(WORA), meaning that compiled Java code can run on all platforms that support Java without the need for recompilation.

Java applications are typically compiled to byte code that can run on any Java Virtual Machine (JVM) regardless of the underlying computer architecture. The syntax of Java is similar to C and C++, but it has fewer low-level facilities than either of them.

As of this year, Java was one of the most popular programming languages, according to GITHUB, particularly for client-server web-applications, with a reported 9 million developers.

Applet: A Java applet was a small application written in the Java programming language, or another programming language that compiles to Java byte code, and delivered to users in the form of Java byte code.

NetBeans IDE 8.2: NetBeans is a free, open-source cross-platform IDE that supports multiple compilers including GCC.

Apache Derby: Apache Derby, an Apache DB subproject, is an open source relational database implemented entirely in Java and available under the Apache License ,version 2.0.

#netbeans #derby #java #database #java-applet

Registration Form in Java Applet with Database Connectivity.
9.85 GEEK