Java | JSP | JSF Answers

Questions: 4 418

Answers by our Experts: 3 943

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

1. Develop a set of classes for a college to use in various student service and personnel applications. Classes need to design include the following:
1.1 Person- A person contains a first name, last name, street address, zip code and phone number. The class also includes a method that sets each data field, using a series of dialog boxes and a display method that displays the entire Person’s information on a single line at the command line on the screen.
1.2 CollegeEmployee- CollegeEmployee descends from Person. A CollegeEmployee also includes a Social Security number, an annual salary, and a department name, as well as methods that override the Person methods to accept and display all CollegeEmployee data.
1.3 Faculty-Faculty descends from CollegeEmplyee. This class also includes a Boolean field that indicates whether the Faculty member is tenured, as well as methods that override the CollegeEmployee methods to accept and display this additional piece of information.
1.4 Student- Student descends from Person. In addition to the fields available in Person, a Student contains a major field of study and a grade point average as well as methods that override the Person methods to accept and display these additional facts.
Write an application named CollegeList that declares an array of four “regular” CollegeEmployees, three Faculty, and seven Students. Prompt the user to specify which person’s data will be entered (‘C’, ‘F’, ‘S’), or allow the user to quit (‘Q’). While the user chooses to continue (that is, does not quit), accept data entry for the appropriate type of Person. If the user attempts to enter data for more than four CollegeEmployees, three Faculty, or seven Students, displays an error message. When the user quits, display a report on the screen listing each group of Persons under the appropriate heading “College Employees,” “Faculty,” or “Students”. If the user has not entered data for one or more type of Persons during session, display an appropriate message under the appropriate heading
The project for the visual programming is pharmacy system; it should be include the following functions

1) Validation screen for the application

2) Main screen

3) User can insert the items , with its name , quantity , expired date and so on

4) Can get report about the stock quantity

5) Include simple calculator

6) Request for items when it close to be finished

7) Simple finance screen to show the account transactions


using netbeans or Visual C++
I want to exchange data between 5 system over a network (in java lang.)
WEB BASED FOR PATIENT TRACKING SYSTEMS





You are a programmer working in a software development company. You just received a new project to write a program that can be used to fellow the status the patient by this system.



Requirements:


1. Classes & TABLES:
Doctor: ID-D, NAME-D, POSITION, DEPARTMENT, DESCRIBTION OF JOB.

STAFF: S-ID, S-NAME, S-DEPARTMENT, S-DESCRIBTION-JOB.

PATIENT: P-ID, P-NAME, P-AGE, P-DESCRIBTION STATUS, P-ADDRESS.

MEDICINE: M-ID, M-NAME, M-DESCRIBTION.



2. Contents:
The contents include (5 interfaces / pages):

Fist one: log in interface:

Second one: main page interface that’s includes (interface for Doctor, Staff and Patient)

Third one: page of doctor.

Fourth: page of staff.

Fifth: page of patient.

Sixth: page of medicine.
develop a java application of graphical user interface (GUI)THAT sneak game
1 develop a java application of graphical user interface (GUI) that encrypts and decrypts data in/from/ to /an image
just wanna know about document designing in java?
Create a basic CRM system, having following functional requirements
Contacts Management
Shared Calendar
1. Templates and mailing
2. Products Management
3. Orders management
4. Invoices management
5. Suppliers management
6. Purchase Quote, request for proposal and request for information
7. Employee management
Write a void method Shift that takes three parameters A, p, d.
A is an array, p is the number of positions and d is the direction (L = left, R = right). The method should shift the contents of A p positions in the d direction.
(B) To test your method, write a program that reads an array of 10 elements then calls Shift twice and prints the array after each call.
JAVA Programming - gameSystem

JTabbed Panes for GUI Components Part 2: --- Create a JFrame program with a JTabbed pane on it with two panels that mimics a control box for a game system.

On the first panel, have 3 radio buttons for difficulty settings “Regular”, “Expert”, and “Master” and checkboxes for “Cut Scene Subtitles” and “In Game Help”.
Include an “Apply” button which tells the user in a JOptionPane what the difficulty setting is and if cutscenes and in game help are now on or off

On the second panel, have controls to order a pizza (it’s another app on this users game system.) Include radio buttons for 3 sizes (small $6, medium $10, and large $12), a textbox for the user to type in toppings (free to online orders…to make this program simpler), and a checkbox for a 10% off coupon. Have an “Order” button that gives a JOptionPane that confirms the order for the user by telling the pizza it ordered and the price.

(PizzaOrder code program supplied if needed)
LATEST TUTORIALS
APPROVED BY CLIENTS