JavaDoc’ed – netbeans
you have to explain everything you done for me and make it as simple as you can
and I want it to be in zip file
Create a class called edu.udc.JavaDBMain. Note the package name, case-sensitively. Ensure this class has a main function that will serve as the driver for this and possibly other future submissions.
Create a class called edu.udc.PersonalInfo (note the lower-case ell (l) and upper-case eye (I) that are next to each other.) The following must be put into JavaDBMain’s main method:
PersonalInfo pi = new PersonalInfo(“Name”, “birth country”);
System.out.println(“–Personal Info–n—————————n” + pi);
This must output the following:
–Personal Info–
—————————
Name is originally from birth country.
Substitute your own or someone else’s info for Name and birth country. You may run this code in a separate class with a main() function.
All classes must be JavaDoc’ed as specified in class.
"You need a similar assignment done from scratch? Our qualified writers will help you with a guaranteed AI-free & plagiarism-free A+ quality paper, Confidentiality, Timely delivery & Livechat/phone Support.
Discount Code: CIPD30
Click ORDER NOW..


