CH2021221000927 Fat
CH2021221000927 Fat
CH2021221000927 Fat
Q1)
Create a Java Swing application for a school fees bill process. Create a search page using Java Swing
controls Figure-1. Search the details from the student table available in the database. The student table
should have the given attributes: Regno(primary),name,grade,term,total_fees,paid_status.
On search , display the fees collection form as shown in the figure 2. Save the fees detailed in the table.
Move and display the records in the form using next and previous buttons.
Figure-1
Figure-2
Note :Use any Database and Java Swing.
Q2)
You have been given with the some text from famous speech by Charlie chaplin in his “dictator” movie.
A committee which review the speech wants to remove certain words from his speech.They asked you
to write a java program to remove those word with two thread to speed up the speech review
process.You ca split the text in to two half and each thread can process each half.
The speech text:
I’m sorry, but I don’t want to be an emperor. That’s not my business. I don’t want to rule or conquer
anyone. I should like to help everyone - if possible - Jew, Gentile - black man - white. We all want to
help one another. Human beings are like that. We want to live by each other’s happiness - not by
each other’s misery. We don’t want to hate and despise one another. In this world there is room for
everyone. And the good earth is rich and can provide for everyone. The way of life can be free and
beautiful, but we have lost the way.
Words to be removed:
Q3)
Attendance from teams is given to you as database table “attendance” in “teams” database. Attendance
table consists of attributes like name ,status of joining,timestamp and status(present/absent). Generate
attendance list using the database table,based on the given condition.
if the student has joined after 3 minutes from start of meeting, then make the status as absent
else make the status to present.
Question Map