OOPs Lab syllabus
OOPs Lab syllabus
Course Objectives:
1.Understand fundamentals of programming such as variables, conditional and iterative
execution, methods, etc.
2. Understand fundamentals of object-oriented programming in Java, including defining
classes, invoking methods, using class libraries, etc.
3. Be aware of the important topics and principles of software development.
4. Have the ability to write a computer program to solve specified problems.
5. Be able to use the Java SDK environment to create, debug and run simple Java programs
The practical/exercises are designed to develop different types of skills of the competency.
Following is the list of practical problems.
Reference Book:
1. Practical Java Project for Beginners, B. M. Harwani, SPD;
2. Intro to Java Programming, Comprehensive Version, 10e, Liang, Pearson;
Course Outcome
On completion of the course the student should be able to:
Use an integrated development environment to write, compile, run, and test simple
object-oriented Java programs.
Read and make elementary modifications to Java programs that solve real-world
problems.
Validate input in a Java program.
Identify and fix defects and common security issues in code.
Document a Java program using Javadoc.
Use a version control system to track source code in a project.