CSE 215L Programming Language II Lab

Code and Name CSE 215L Programming Language II Lab
Type Required, Engineering, Lab
Credit Hours 1
Pre-requisites CSE173 Programming Language I

Course Summary: This course introduces the basic concepts and techniques of object oriented programming. Actual computer programs are constructed by apply object oriented programming concepts and using an OOP language. Java is primarily chosen as the programming language in this course. The following topics are covered in this course: Java syntax with elementary programming, primitive data types, strings, operators, statements, arrays and methods, introduction to OOP, classes and objects, constructor, polymorphism, abstract classes and interfaces, file IO operations, handling exceptions in Java, GUI, multithreading, generics and related concepts.

Course Objectives: The objectives of this course are

  1. to become use to the basics of elementary programming such as variables, conditional and iterative execution, arrays and methods in Java;
  2. to understand the attributes of object oriented programming (encapsulation, polymorphism, etc.) and concepts of OOP such as method overloading, method overriding, static and dynamic binding, abstract class, interface, visibility modifiers;
  3. to design a programming solution using the object oriented programming concept, and apply the concepts of exception handling, graphical user interface (GUI), event-driven programming, multi-threaded programming, generics in Java;
  4. to introduce Java SDK and Java IDE tools to develop Java applications with debugging;
  5. to work in a project team to support as a team member to develop applications.