Java Data Structures Lab
Booking Notification
Fill in the reservation details to generate a confirmation message.
Customer Name
Table Number
Date
Time
Generate Notification
Your reservation confirmation will appear here after you submit the form.
Notification Preview
String Methods Used
concat()
,
trim()
,
format()
,
replace()
,
substring()
,
split()
,
toUpperCase()
,
toLowerCase()
,
StringBuilder.append()
,
StringBuilder.reverse()