Space for google add

LAB COURSE II TYBCS- Solved Assignments | JAVA - csprogramx

 


TYBCS  JAVA SEM I  :- 


👉 Assignment 1 

👉 Assignment 6 


TYBCS  JAVA SEM I I :- 


👉 Assignment 2 


 SET A

1. Create a student table with fields roll number, name, percentage. Insert values in the table. Display all the details of the student table in a tabular format on the screen (using swing).

2. Write a program to display information about the database and list all the tables in thedatabase. (Use DatabaseMetaData).

3. Write a program to display information about all columns in the student table. (Use
ResultSetMetaData).


SET B

1. Write a menu driven program (Command line interface) to perform the following
operations on student table.
1. Insert 2. Modify 3. Delete 4. Search 5. View All 6. Exit                    

👉 Assignment 3
👉 Assignment 4 
👉 Assignment 5 

SET A

1. Write a program that create 2 threads – each displaying a message (Pass the message
as a parameter to the constructor). The threads should display the messages continuously
till the user presses ctrl-c. Also display the thread information as it is running.

2. Write a java program to calculate the sum and average of an array of 1000 integers
(generated randomly) using 10 threads. Each thread calculates the sum of 100 integers.
Use these values to calculate average. [Use join method ]


Set A Extra programs for practice

👉 Assignment 6


Post a Comment

2 Comments

If anyone has Doubts or suggestions please let me know