Skip to content

This repository contains the experiments or practicals done during lab sessions or at home in Object Oriented Programming With Java.

Notifications You must be signed in to change notification settings

bkkothari2255/OOPJ

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Object Oriented Programming With Java

This repository contains the experiments or practicals done during lab sessions or at home in Object Oriented Programming With Java.

@bkkothari2255


1 Write a program to convert rupees to dollar. 60 rupees=1 dollar

2 Write a program that calculate percentage marks of the student if marks of 6 subjects are given.

3 Write a program to enter two numbers and perform mathematical operations on them.

4 Write a program to find length of string and print second half of the string.

5 Write a program to accept a line and check how many consonants and vowels are there in line.

6 Write a program to count the number of words that start with capital letters.

7 Write a program to find that given number or string is palindrome or not.

8 Study & Implment : Class, Object, Object reference, Constructor, Constructor Overloading, Method Overloading, this and static keyword, finalize() method, Access control, modifiers, Nested class, Inner class, Anonymous inner class, Abstract class.

9 Study & Implement : Inheritance and Types of Inheritance, Interfaces, Abstract Class vs Interface, Dynamic Method Dispatch, Method Overloading vs Method Overriding.

10 Implement Exception Handling & MultiThreading.

11 Create a class called Student. Write a student manager program to manipulate the student information from files by using FileInputStream and FileOutputStream

12 Refine the student manager program to manipulate the student information from files by using the BufferedReader and BufferedWriter

13 Refine the student manager program to manipulate the student information from files by using the DataInputStream and DataOutputStream. Assume suitable data


About

This repository contains the experiments or practicals done during lab sessions or at home in Object Oriented Programming With Java.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages