0% found this document useful (0 votes)
57 views3 pages

BCA 501 Java Programming I 2022-26

The document outlines a series of programming assignments for a Java Programming course (BCA 501) for the academic session 2022-26. It includes tasks such as checking vowels, string comparisons, mathematical operations, file handling, threading, and GUI component demonstrations. All programs must be submitted with source code and output by the deadline of December 31, 2024.

Uploaded by

sahilsuthar7583
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)
57 views3 pages

BCA 501 Java Programming I 2022-26

The document outlines a series of programming assignments for a Java Programming course (BCA 501) for the academic session 2022-26. It includes tasks such as checking vowels, string comparisons, mathematical operations, file handling, threading, and GUI component demonstrations. All programs must be submitted with source code and output by the deadline of December 31, 2024.

Uploaded by

sahilsuthar7583
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/ 3

भाषा प्रौद्योगिकी एवं भाषा अगभयांगिकी गवभाि

कंप्यटू र अनप्रु योि में स्नातक


सि : 2022-26 छमाही : पंचम
BCA 501: Java Programming - I
1. Write a program to check given character is vowel or consonant.
2. Write a program to check if two strings are equals or not.
3. Write a program to add two numbers.
4. Write a program to find out how many digits in given number.
5. Write a program to check given no. is palindrome or not and Armstrong or not.
6. Write a program to display table of given number.
7. Write a program to find out factorial of given number with and without recursion method.
8. Write a program to find out how many words, characters and sentence in given string.
9. Write a program to check the given number is greater than or less than 100.
10. Write a program to find season of month.
11. Write a program using Human as a class and derive its members and methods.
12. Write a program to display following pattern_
*
**
***
****
*****
****
***
**
*
13. Write a program to swap two variables using third variable and swap two variables without using
third variable.
14. Write a program to sort an array in ascending and descending order.
15. Extract single and substring from given string “Department of Language Technology and
Language Engineering” .
16. Write following program using class _
 Even/Odd
 Factorial
 Armstrong
 Palindrome
 Fibonacci
 Vowel/Consonant
 Count Characters, Words and Sentences in given string.
17. Write a program to read input from source file and write output to destination file using Byte
Stream Class.
18. Write a program to read input from source file and write output to destination file using Character
Stream Class.
19. Write a program to write given text to destination file using PrintStream class.
20. Program to implement thread using runnable interface.
21. Program to creating multiple thread and set priorities for threads.
22. Program to display all running thread.
23. Program for Synchronization block.
24. Program to stop thread execution.
25. Program to print Fibonacci & reverse series using thread.
26. Demonstrate the following AWT components_
 Frame
 Button
 Label
 TextField
 CheckBox
 TextArea
 List
 Choice
 Window
 Panel
 Menu
 Image
 ScrollBar
 Dialog
 FileDialog
27. Demonstrate the following Swing Components_
 JFrame
 JButton
 JLabel
 JTextField
 JPasswordField
 JCheckBox
 JRadioButton
 ButtonGroup
 JTextArea
 JList
 JComboBox
 Window
 JPanel
 JMenu
 Image
 JScrollBar
 JFileDialog
 JOptionPane
 JProgrssBar
 JSeparator
 JTable
28. Demonstrate the following Event Listener_
 WindowListener
 ActionListener
 TextListener
 FocusListener
 MouseListener
 KeyListener
 ItemListener
29. Write a program for Login window using database connection (MSAccess/MySql).
30. Write a program to show all records from database using JTable.

गटपण्णी :
1. सभी प्रोग्राम अगनवायय है.
2. सभी प्रोग्राम के सोसय कोड के साथ आउटपटु की गप्रंट अगनवायय है .
3. सिीय कायय जमा करने की अगं तम गतगथ ३१ गिसबं र २०२४ है .

You might also like