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

BCA 3rd Year - Java Programming Session-2024-25

The document is a lab manual for BCA 3rd Year students at Sobhasaria College, Sikar, focusing on Java Programming. It contains a list of programming assignments (WAPs) that cover various Java concepts such as classes, inheritance, multithreading, exception handling, and database connectivity. Each assignment is designed to help students practice and demonstrate their understanding of Java programming techniques.

Uploaded by

MR. Atul
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
18 views

BCA 3rd Year - Java Programming Session-2024-25

The document is a lab manual for BCA 3rd Year students at Sobhasaria College, Sikar, focusing on Java Programming. It contains a list of programming assignments (WAPs) that cover various Java concepts such as classes, inheritance, multithreading, exception handling, and database connectivity. Each assignment is designed to help students practice and demonstrate their understanding of Java programming techniques.

Uploaded by

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

SOBHASARIA COLLEGE, SIKAR

Lab Manual
BCA 3rd Year - “Java Programming”

1. WAP to print “Hello in Java World” on screen.


2. WAP to find out a prime number in a given range of numbers.
3. WAP to demonstrate the use private member of a class.
4. WAP to demonstrate the reversing of an array elements using Scanner class.
5. WAP to demonstrate the use of StringBuffer class.
6. WAP to demonstrate the explicit use of ‘this’ keyword.
7. WAP to demonstrate the use of Wrapper classes.
8. WAP to demonstrate Function overloading.
9. WAP to demonstrate Dynamic binding.
10. WAP to demonstrate the use of a Package.
11. WAP to demonstrate string handling using String class methods
12. WAP to demonstrate the use of a non-static inner class.
13. WAP to demonstrate the use of a static inner class.
14. WAP to demonstrate the use abstract class.
15. WAP to demonstrate the implementation of an interface.
16. WAP to demonstrate multilevel inheritance.
17. WAP to demonstrate explicit calling of Parent Class constructor.
18. WAP to implement multi-threading using Thread class.
19. WAP to implement multi-threading using Runnable interface.
20. WAP to handle an Arithmetic Exception.
21. WAP to demonstrate the use of hash Code method.
22. WAP to demonstrate the use of Console class.
23. WAP to implement a bean class.
24. WAP to demonstrate Event Handling (Using Frame class)
25. WAP to demonstrate the implementation of an Item Listener (Drop down List)
26. WAP to demonstrate the use of AWT components in Applet.
27. WAP to demonstrate the use of LinkedList.
28. WAP to demonstrate the use of a HashMap.
29. WAP to demonstrate the database connectivity using JDBC.
30. WAP to implement a Servlet.

You might also like