News Contact Search Help Index.html
Lackawanna College logo

Prospective Students
Current Students
Parents
Financial Aid
Alumni
Institutional Advancement
Faculty & Staff
Continuing Education
The College
Academics
Athletics
The Mellow Theater
Police Academy
Home

Boy and girl at the library

Girl in hallway reading Boy reading book 2 girls walking with books Girls in dorm room studying


Degrees

IS 205 Introduction to Java Programming Course Objectives

An student of IS 205 should be able to: 

  1. Demonstrate proficient use of a text editor to independently create, store, and edit Java source programs from instructor supplied specifications, that illustrate comprehension of object oriented programming concepts.
  2. Compile and debug Java source programs using compiler generated error/warning messages so that no errors or warnings are generated.
  3. Include in a Java source program, clear, concise, internal documentation, in the form of commentary statements. Evidence of documentation will also be demonstrated by the use of self-documenting data-names throughout the source code.
  4. Correct all logic errors in a Java program in order to achieve the correct/desired output illustrating:   sequence, iteration, and selection logic structures.