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

Practical File OF Programming in Java: BSBC-505

This document is a practical file of 20 programming examples in Java submitted by Sukhbinder Kaur for her BSBC-505 programming course. The programs cover basic Java concepts like loops, conditionals, strings, arrays, objects, inheritance, interfaces, and applets.

Uploaded by

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

Practical File OF Programming in Java: BSBC-505

This document is a practical file of 20 programming examples in Java submitted by Sukhbinder Kaur for her BSBC-505 programming course. The programs cover basic Java concepts like loops, conditionals, strings, arrays, objects, inheritance, interfaces, and applets.

Uploaded by

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

PRACTICAL FILE

OF
PROGRAMMING IN JAVA

BSBC-505

SUBMITTED TO:-
LECT. MANPREET KAUR

SUBMITTEDBY:-
SUKHBINDER KAUR
BCA-5TH SEM
ROLL NO.1548227

BABA SHRI CHAND COLLEGE OF


MANAGEMENT NURPURA (LUDHIANA)
INDEX

S.NO NAME OF THE PROGRAMS PAGE REMARKS


NO.
1 Write a Simple Java Program 1

2. WAP of an Even and Odd number 2

3. WAP using Do-While loop 3

4. WAP using For loop 4

5. WAP to Find the length of an Array 5

6. WAP using Switch Statement 6

7. WAP using if statement 8

8. WAP Nested if else statement 10

9. WAP of concatenate String 12

10. WAP to creating an object 13

11. WAP Access class member/attributes 14

12. WAP using Method Parameters 15

13. WAP of Constructor 16

14. WAP of Single Inheritance 18

15. WAP of Multiple Inheritance 20

16. WAP of Method Overriding 22

17. WAP of Implementing Interfaces 24

18. Applet for drawing a human face 26

19. WAP Using applet 28

20. WAP to Drawing lines and Rectangles 30

You might also like