`
1. Write any program to check multiple conditions using if statement
2.write a program to make the use of logical operators
3.write a program to check number is even or odd
4.Develop programs to demonstrate use of switch case statement and
condional if(?:)
5.Develop programs to demonstrate use of looping statement for
6.Develop programs to demonstrate use of while,do-while
7.Develop programs for implementation of explicit type conversion in java
8.Demostrate use of at least two types of Constructors
9.Develop program for implementation of Arrays in Java
10.Develop program for implementation of Vectors in java
11.Write a peogram to use different methods of Vector Class
12.Write a program to show the use of lnteger Wrapper class methods.
13. Demonstrate the use of Overriding method display() using Super and
Sub classes.
14. Develop a program to display the rate of interest of
banks by method overriding method.
15. Develop a program to extend 'dog' from 'animal' to override
'move()' method using super keyword.
16. Develop a program for implementation of Single and Multilevel
inheritance.
17. Develop a program for implementation of multiple inheritance.
18. Develop a program to find area of rectangle and circle using
interfaces.
19. Develop a program to import different classes in package.
20. Develop a simple real-life application program to illustrate the use of
multithreads.
21. Implement multithreading to perform simultaneous processes.
22. Develop a programfor implementation of try, catch and finally
block.
23. Develop a program to accept a password from the user and throw
"Authentication Failure" exception if the password is incorrect.
24. Develop a program for implementation of throw and throws
clause.
25. Define an Exception called "NotMatchException" that is thrown
when a string is not equal to"India". Write aprogramthat uses this
exception.
26. Demonstrate the use of stream classes for reading and writing
bytes/characters.
27.Develop a program to copy characters from one file to another
28.develop a program to display the content of file supplied as command-
line-agruments
29 Develop a program to draw
a) Square inside a circle
b)Circle inside a square
30. Demonstrate the use of basic applet,which includes different shapes like
Cone, Cube, Cylinder.
31. Create two applets by using different ways in java
32. Develop program to implement all methods of applet
33.Develop a program using control loops in applets
34.Write a program to implemet an applet to draw basic animated shapes
35.Develop a program to draw a polygon.
36.Develop an applet for drawing a human face