0% found this document useful (0 votes)
14 views

Index: S.NO. Title of Assignment PG - NO. Remark 1. 2. 3. 4. 5

This document contains an index of 22 programming assignments with their corresponding page numbers and remarks. The assignments cover concepts in Java like encapsulation, polymorphism, data types, matrices, vectors, strings, exceptions, threads, packages, applets, databases, layouts, events, files and input/output streams.

Uploaded by

professor_manoj
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
14 views

Index: S.NO. Title of Assignment PG - NO. Remark 1. 2. 3. 4. 5

This document contains an index of 22 programming assignments with their corresponding page numbers and remarks. The assignments cover concepts in Java like encapsulation, polymorphism, data types, matrices, vectors, strings, exceptions, threads, packages, applets, databases, layouts, events, files and input/output streams.

Uploaded by

professor_manoj
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

INDEX

S.NO. TITLE OF ASSIGNMENT PG.NO. REMARK


1.
WAP that implements the Concept of Encapsulation. 1

2.
WAP to demonstrate concept of Polymorphism
(Overloading and Overriden ).
2

3.
WAP the use Boolean data type and print the Prime
number Series up to 50.
3

4.
WAP for matrix multiplication using input/output it
Stream.
4-5

5.
WAP to add the element of Vector as arguments of
main method (Run time) and rearrange them,an copy
it into an Array.
6

6.
WAP to check that the given String is palindrome or
not.
7

7.
WAP to arrange the String in alphabetical order. 8

8.
WAP String Buffer class which perform the all
methods of that class.
9-10

9.
WAP to calculate Area of various geometrical
figures using the abstract class.
11

10.
WAP where Single class implements more than one
interfaces and with help of interface reference
variable user call the methods.
12

11.
WAP that use the multiple catch statements within
the try-catch mechanism.
13

12.
WAP where user will create a self-Exception using
thethrowkeyword.
14

13.
WAP for multithread using the is Alive(),join()and
synchronized()methods of Thread class.
15-16

14.
WAP to create a package using command and one
package will import another package.
17-18

15.
WAP for Applet that handle the Key Board Events. 19-20

16.
WAP for JDBC to insert the values into the existing
table by using prepared Statement.
21-22

17.
WAP for JDBC to display the records from the
existing table.
23-24

18.
WAP to demonstrate the Border Layout using applet. 25-26

19.
WAP for Applet who generate the Mouse Motion
Listener Event.
27-29

20.
WAP for display the checkboxes ,Labels and Text
Fields on an AWT.
30-31

21.
WAP for creating a file and to store data into that
file (Using the File Writer IO Stream.
32

22.
WAP to display your file in DOS console use the
Input/ Output Stream.
33

You might also like