0% found this document useful (0 votes)
100 views2 pages

Mscit 1st - Oops

This document outlines 40 programming assignments for an Object Oriented Programming course. The assignments cover basic concepts like input/output, operators, conditionals, loops, arrays, strings, classes, objects, inheritance, packages, interfaces, exceptions, file input/output, database connectivity, remote method invocation, and desktop application development using AWT/Swing or IDEs like NetBeans or Eclipse.

Uploaded by

Laxmi Devi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
100 views2 pages

Mscit 1st - Oops

This document outlines 40 programming assignments for an Object Oriented Programming course. The assignments cover basic concepts like input/output, operators, conditionals, loops, arrays, strings, classes, objects, inheritance, packages, interfaces, exceptions, file input/output, database connectivity, remote method invocation, and desktop application development using AWT/Swing or IDEs like NetBeans or Eclipse.

Uploaded by

Laxmi Devi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

MSCIT

First Semester
Subject: Object Oriented Programming
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.

Write a program to Display Welcome to LBEF Campus.


Write a program to add two Numbers.
Write a program to Implement Increment and Decrement operator.
Write a program to printing Maximum of two number using Ternary Operator.
Write a program print maximum and minimum of tree number.
Write a program checks specify number is odd or even.
Write a program to print sum of Odd and Even number.
Write a program to print Day name with specify day number.
Write a program to check where a character is vowel or consonant.
Write a program to find out how many day in the month with specify year and month.
Write a program to implement continues and break statement.
Write a program to print Factorial of a number.
Write a program to print multiplication Table from 1 to 10.
Write a program to print Fibonacci Series.
Write a program to print Prime Numbers.
Write a program to count digit with specify number.
Write a program to print as follows:

*
**
***
****
*****
18. Write a program to print as follows:
1
12
123
1234
12345
19. Write a program to print as follows
54321
5432
543
54
5
1

20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.

Write a program print sum and average of 10 array elements.


Write a program print maximum and minimum of 10 array elements.
Write a program to print Matrix of array elements.
Write a program print Upper case and Lower case of specified String.
Write a program to find out the length of string.
Write a program to compare two specify string by using equals().
Write a program to maintain details of employ using Class and Object.
Write a program create user defined method with name Sum() to add two number.
Write a program to overload the function with name Max to find out the Maximum of two
Integer and Float Value.
Write a program to implement constructor in Java.
Write a program to implement Single Inheritance to inherit the properties of super class to sub
class.
Write a program to create package with the name MyPackage and used in another program.
Write a program to implement simple Interface.
Write a program to enter Student Details and print using I/O in Java.
Write a program to Read and Write File using I/o in Java
Write a Applet Program to draw Ellipse .
Write simple implement Exception in Java.
Write a program to Implement JDBC to Display records from Database Table.
Write a program to Implement RMI.
Write a program to create web page using JSP to Display Welcome message in Browser.
Write a program to design following desktop application and perform the following like (Add,
Insert, Update, Delete and Search)

Note: Use AWT/Swing Control or NetBeans or Eclipse to perform the above operations.

You might also like