Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

SWE1007-Programming in Java

L15L16 -FAT LAB

Prof K.Khadar Nawas

AIM PROGRAM OUTPUT VIVA


3M 20M 20M 7M

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:

Emperor,conquer,black,white,hate,despise and lost

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.

Write a required program using JDBC connectivity.

Name Joined_Status time_stamp Status


KhadarNawasK Joined 8:58:55
VAGADEESHWARG Joined 8:59:12
LANSTONDAVISC Joined 8:59:14
VARUNDILIPGOND Joined 8:59:15
SPANDANGHOSH Joined 8:59:16
ABHIRMANGESHMIRIKAR Joined 8:59:17
KARTHIKEYANS Joined 8:59:17
GAYATHRISATHISH Joined 8:59:18
JAHNAVIMENONM Joined 8:59:18
ABRARHUSSAIN Joined 8:59:20
SAPTARSHIMUKHERJEE Joined 8:59:22
NEERAJJM Joined 8:59:22
SANJAYKRISHNARS Joined 8:59:28
GOURAVJENA Joined 8:59:32
SHYPRABUT Joined 8:59:33
PIRATHIISH Joined 8:59:34
ARUNPRASATHB Joined 8:59:37
DEBDUHITABANERJEE Joined 8:59:37
SAURAVPANDEY Joined 8:59:40
SIVAADITHYJ Joined 8:59:46
RENILAUGUSTINEBABY Joined 8:59:51
NITHYARADHAKRISHNAN Joined 9:00:03
NISHANTKUMAR Joined 9:00:03
SHYSUNDARD Joined 9:00:06
AARYANMEHTA Joined 9:00:07
ARYANPUROHIT Joined 9:00:07

Question Map

REGISTER NO NAME Question


20MIS1001 MOHAMMAD SAZEED 3
20MIS1004 CHIRIKI LEKHAN 3
20MIS1005 AYISHA DEVI S 1
20MIS1008 VISHNU VARDHAN RACHAKONDA 1
20MIS1009 NAVEEN BABU G 2
20MIS1018 MOTUPALLI ROSHITHA 2
20MIS1021 SIVARAMAN S 2
20MIS1022 PARIMI CHANDRA SEKHAR 3
20MIS1030 EYOHESHWARAN V 2
20MIS1034 PRANAV SUMESH 3
20MIS1035 SIKAKOLLU VIJAYA SAGAR 1
20MIS1042 PONDUGALA PRAVEEN 2
20MIS1043 ABHISHEK B 3
20MIS1045 S HARISH 2
20MIS1048 ALAN PRINCE RICHWIN R 2
20MIS1050 BURHADE SHASHANK VINAYAK 1
20MIS1057 D THANISH REDDY 2
20MIS1065 KARTHIKEYAN S 1
20MIS1067 LALITHKUMARAN L 3
20MIS1068 ANSELM SHERWIN W 1
20MIS1072 GANASALA SRI SAI PRASANNA 2
20MIS1087 R SWETHA 2
20MIS1088 KEVIN SIMEON JOSHUA V 3
20MIS1092 SINDHU V 1
20MIS1093 SUGANESHWARAN M 2
20MIS1096 ASWAL KRISHNA P 2
20MIS1100 LOGES S 3
20MIS1102 ASWATH KUMAR.Y 2
OBULAPURAM SRI SAI SIVA SANKAR
20MIS1108 LOHITH 2
20MIS1109 B SAI YESHWANTH 3
20MIS1110 THIRUKANDIYUR SUDARSHAN KARTHIK 1
20MIS1111 AKKILISETTY NITHEESH KUMAR 2
20MIS1115 SAM PRINCE FRANKLIN K 3
20MIS1119 ARUN PRASAD P 1
20MIS1121 EEKSHITH VENKATA SAI MANDAVA 3
20MIS1125 CHALAPAKA SRAVAN SUMANTH 1
20MIS1128 KAUSHIK R 1
20MIS1132 SHAKTHI B 2
20MIS1136 KSHITIJ KIRAN THAKARE 3
20MIS1138 PEDDIPALLY YUHITHA VANDANA 2
20MIS1140 SHAIK MOHAMMAD SOHAIL 1
20MIS1141 THANDLE YESWANTH RAO 2
20MIS1142 DEEKSHA R 3
20MIS1146 VISHALMURUGESAN P 1
20MIS1149 SHARUTHA J 1
20MIS1151 KOLA PRANEETH 3
20MIS1154 M MOUNIKA 3
20MIS1155 VARUN KUMAR SINGH 1
20MIS1157 MUHAMMED MUNEER RAZA 3
20MIS1161 RAJVEER KALSI 1
20MIS1163 PARAMARAJYULA SUDANSH ROHAN 3
20MIS1165 G S ASHWIN BALAJI 2
20MIS1172 LOKESH ARULMANI 3
20MIS1173 JEGADEESH D 1
20MIS1178 TANISHKA SHAH 3
20MIS1180 ABHISHEK KUMAR GUPTA 2
20MIS1181 Y V S HARSHITH 3
20MIS1182 SHANMUGANATHAN M 1
20MIS1190 CHADAVALA SAI JASWANTH 3

You might also like