Java For Artists: The Art, Philosophy, And Science Of Object-Oriented Programming
Overview
Learning Objectives
-
State the purpose and use of applets
-
List and describe the applet life-cycle stages
-
List and discuss the primary issues involved when designing with applets
-
List and describe applet security restrictions
-
Use the <applet> tag to embed applets in HTML pages
-
Utilize applet parameters to pass information into an applet from an HTML page
-
Write an applet that utilizes Remote Method Invocation to send data to a server for persistence into a relational database
-
Utilize Swing components in an applet
-
Utilize JDBC to query, insert, and update data in a relational database
-
Manipulate resultsets and resultset metadata in JDBC programs
-
Utilize classes found in the java.sql package to write JDBC programs
-
Create and execute prepared statements in JDBC programs
Категории