| Course Code: |
IN 513 |
| Course Abstract: |
The Java Programming Introduction course teaches participants: the syntax of the Java programming language; Object-Oriented Programming using Java; exception handling; file input/output (I/O); JSP, Servlets; and EJB; and, optionally, creating Graphical User Interfaces (GUIs) using AWT and Swing. Participants will learn how to develop Java applications and, optionally, how to develop applets.
Extensive practical exercises take participants through all major aspects of the design and development of Java programs.
|
| Audience: |
This course is intended for programmers who are interested in adding Java to their skills. |
| Duration: |
5 days |
| Learning Outcomes: |
Upon completion of this course, the participant will be able to: > Apply OOP principles > Design OO applications using abstraction, encapsulation, modularity, and hierarchy > Create applications (and, optionally, applets) > Use Java Exceptions to guarantee graceful error recovery of your application > Do input/output using Java > Create and use inner classes in your program to be concise and clear > Create Servlets, JSPs, and EJBs > Optionally, develop GUI using AWT and Swing with event handling |
| Course Topics: |
Java Basics Branching and Looping Objects Advanced Class Concepts Exceptions Stream I/O Servlets JavaServer Pages Enterprise JavaBeans |
| Prerequisites: |
Participants should have some basic-level knowledge of programming in any programming language
|