Site icon SnehaJobs.com

OBJECT ORIENTATED PROGRAMMING THROUGH JAVA LAB

IV Semester

OBJECT ORIENTATED PROGRAMMING THROUGH JAVA LAB

Course Code : C4-P                                         

Course Title : OBJECT ORIENTATED PROGRAMMING THROUGH JAVA LAB

Hours: 30

Credits: 1

  1. Write a program to read Student Name, Reg.No, Marks[5] and calculate Total, Percentage, Result. Display all the details of students
  2. Write a program to perform the following String Operations
    1. Read a string
    2. Find out whether there is a given substring or not
    3. Compare existing string by another string and display status
    4. Replace existing string character with another character
    5. Count number of works in a string
  3. Java program to implements Addition and Multiplication of two N X N
  4. Java program to demonstrate the use of
  5. Calculate area of the following shapes using method
    1. Triangle
    2. Rectangle
    3. Circle
    4. Square
  6. Implement inheritance between Person (Aadhar, Surname, Name, DOB, and Age) and Student (Admission Number, College, Course, Year)classes where ReadData(), DisplayData() are overriding
  7. Java program for implementing Interfaces
  8. Java program on Multiple
  9. Java program for to display Serial Number from 1 to N by creating two Threads
  10. Java program to demonstrate the following exception handlings
    1. Divided by Zero
    2. Array Index Out of Bound
    3. Arithmetic Exception
    4. User Defined Exception
  1. Create an Applet to display different shapes such as Circle, Oval, Rectangle, Square and Triangle.
  2. Write a program to create Book (ISBN,Title, Author, Price, Pages, Publisher)

table and perform the following operations

  1. Add book details
  2. Search a book details for a given ISBN and display book details, if available
  3. Update a book details using ISBN
  4. Delete book details for a given ISBN and display list ofremaining Books
Exit mobile version