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

Java Programming (Practical)

The document outlines the Bachelor of Computer Applications (BCA) program at the Bhopal School of Social Sciences for the academic year 2024-2025, specifically focusing on the JAVA PROGRAMMING (PRACTICAL) course. It includes course details, outcomes, and a suggested list of practical programming tasks designed to enhance students' understanding of Java concepts and applications. The course emphasizes object-oriented programming, multithreading, applet programming, and database connectivity.

Uploaded by

helloareyou228
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)
4 views2 pages

Java Programming (Practical)

The document outlines the Bachelor of Computer Applications (BCA) program at the Bhopal School of Social Sciences for the academic year 2024-2025, specifically focusing on the JAVA PROGRAMMING (PRACTICAL) course. It includes course details, outcomes, and a suggested list of practical programming tasks designed to enhance students' understanding of Java concepts and applications. The course emphasizes object-oriented programming, multithreading, applet programming, and database connectivity.

Uploaded by

helloareyou228
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

The Bhopal School of Social Sciences ( BSSS )

An Autonomous Institute, Accredited with A+ Grade by NAAC in 4th Cycle


(Affiliated to Barkatullah University, Bhopal)
[Recognized by Govt. of M.P. & Approved by NCTE, New Delhi]
HABIBGANJ, BHOPAL - 462 024 (M.P.), Phone : 0755-2457283, Fax : 0755-2473013
E-mail : [email protected], Website : www.bsssbhopal.edu.in

Department: Computer science and application


BOS of Computer Science and Application
Academic Year: 2024-2025
Bachelor of Computer Applications
IV Sem

Program Details
Name of the Program Bachelor of Computer Applications (BCA) Program Code 3

Course Details
Group Name COMPUTER APPLICATION
Course Name JAVA PROGRAMMING (PRACTICAL)
Course Code BCAP410 Total Duration 60
Course Type Major Type-2 Credit 2
Max. Marks 100 (Internal: 40 + External: 60)
Course Applicable To BCA

Course Summary
Java Environment Overview, javac and java command . Java Programming Basics Data Types: , Control Statements:,
Object-Oriented Programming in Java , Inheritance & Interfaces Inheritance: , polymorphism. Packages
Multithreading & Exception Handling , Input/Output Operations Java I/O Basics, Applet Programming , Applet
Lifecycle:, GUI Programming with AWT Basic Components. Networking in Java, Networking Basics: JDBC- ODBC
Bridge: Connects Java applications to databases, Connectivity Model: Enables SQL queries execution through Java.

Course Outcomes
Code Details
CO1 To Construct simple applications of java.
CO2 To Demonstrate and use of conditional statement.
CO3 To Construct to formulate iterative solutions and array processing algorithms for problems.
CO4 To Implement method Overloading and Overriding.
CO5 To Implement inheritance and interface in java and to develop an applet program using AWT
Syllabus
Suggested List of Practicals

1. Write a program to print numbers in words using Nested if and Switch Case.

2. Write a program called PassFail which prints "PASS" if the int variable "mark" is more than or equal to 50; or
prints "FAIL" otherwise

3. Write a program called OddEven which prints "Odd Number" if the int variable “number” is odd, or “Even
Number” otherwise.

4. Write a Program to find sum & average of 10 no. using arrays.

5. Write a program to display reverse of a number using array.

6. Write a program to display grade according to the marks obtained by the student.

7. Find the factorial of number if number is given by user using command line argument.

8. Write a program to print Fibonacci series.

9. Write a program to display tables from 2 to 10.

10. Write a program to take an input from user and check given number is prime or not.

11. Write a program to implement method overriding.

12. Write a program to convert given string into. Uppercase and lowercase and get the length of string Using array.

13. Write a program to overload volume method to find out volume of cube and cuboid.

14. Write a program to design a class using abstract Methods and Classes.

15. Write a program to implement multiple inheritance by using Interface.

16. Write a program to create a package of your name and use that package in a class

17. Write a program to implement parameterized constructor with default argument.

18. Define an exception called “Marks out of Bound” exception that is thrown if the entered marks are greater than
100.

19. Develop a simple real-life application to illustrate the use of multithreading.

20. Design an applet that takes three numerical values as input from the user and then displays the largest of those
three numbers on the screen.

You might also like