Page 1 of 1

write a java program using applet and file handling concepts that : i)Get Students first name , last name ,registration

Posted: Wed Apr 27, 2022 5:02 pm
by answerhappygod
write a java program using applet and file handling concepts
that :
i)Get Students first name , last name ,registration number,year
of graduation, phone number , address using textfield.
ii)Get the course[BTEcH , BCA , BSc. , ARCHITECTURE , DESIGN ,
LITRATURE , MANAGEMENT] using the choose()
iii)Get whether the student is from morning or evening batch
using check box .
iv)Create a submit button to submit all the
information
v)Display all the information in a separate text field.
vi)Create a new file of 'details.txt' format and store all the
information in that file using the file handling concept.