Java Programs
Java Programs
2. 2) Write a Java Program to find the given number is prime number or not.
3. Write a JAVA program to search for an element in a given list of elements using
binary search mechanism.
4. Write a JAVA program to sort for an element in a given list of elements using
bubble sort
6. Write a program to create a class Student with data ‘name, city and age’ along
with method printData to display the data. Create the two objects s1 ,s2 to
declare and access the values.
8. Write a program in JAVA to create a class Bird also declares the different
parameterized constructor to display the name of Birds.
11. Write a java program for abstract class to find areas of different shapes
13. Write Java Program to Perform String Operations Using Arraylist. Write
Functions for the following
Append
Insert
Search
List all string starts with given letter
20. Write a JAVA program that creates threads by extending Thread class .First
thread display “Good Morning “every 1 sec, the second thread displays “Hello
“every 2 seconds and the third display “Welcome” every 3 seconds ,(Repeat the
same by implementing Runnable).
21. Write a java program that displays the number of characters, lines and words in
a text file
22. Write a java program that connects to a database using JDBC of the following a.
add b. Delete c. Modify d. Retrieve operations.
23. Write a java program to create a package called employee and implement this
package out of the package.
26. Write a JAVA program that identifies key-up key-down event user entering
text in a Applet.
27. Write a JAVA program to display the digital watch in swing tutorial.
28. Write a JAVA program JTree as displaying a real tree upside down