<< Prev Showing: 1-5 of 101 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 ·Product keys in Windows installer.
How can we add product keys in Microsoft Windows installer?
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
2670
OTA ID:
102896
I am having problems identifing the appropriate class names, attributes and methods for the following objects. I need at least 3 attributes and 3 methods for each class. STUDENT INSTRUCTOR CLASS MAJOR For Example: Class Name Student Attributes socialSecurityNumber; studentName; studentDOB; Methods getStudentName(); getTotalStudentCount(); setStudentID(ssn, fname); I have part of it done but im not sure where to go from there. Thanks public class Student { // methods public void setName(String name){} public void getStudentName(){} public void setTotalStudentCount(){} public void getTotalStudentCount(){} public void setSS(String ssn){} public ... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
3995
OTA ID:
103211
The attached file is the assignment I have been given to do. I can understand certain things, which I have attached in another file. But I don't understand some things and think i'm leaving something out, mybe some variables? somehow. As much help as you can give me with how to make the program work, especially the admit button, and hints for using java would be great. Basically, what do I need to do to make it work?
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
4128
OTA ID:
102804
Sorry I was a little vague earlier, I really wasn't sure what I wanted! Please look at my program so far and see if it is even slightly correct. I would really like to know 1. the window objects I should have 2. the instance variables I should have 3. how many classes I should have and what are they? Particular questions I have are 1. How do I make the number of beds in the ward a constant? Where can the user input the number of beds? 2. How do I make a circular array of this number? 3. How do I make the patient details strings? And what is information hiding on strings? Where does it hide? How do I do that? 4. How do I make text appear in the text area?Neatly. 5. How do I re... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
4175
OTA ID:
103044
Stuck on coding Java IOExceptions
My problem is an exception class called ChatIOException that extends from IOException that is imported from the java.io package in order to extend IOException. Also, the ChatIOException class is within the package name javatraining.example.multithreads.chat There are 2 constructors that need to be declared for the ChatIOException class. The first is a default constructor for the ChatIOException class. This constructor takes in no parameters and calls super() within the implementation block. The second constructor takes in a string as a parameter and passes this string into the call to super();
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
4560
OTA ID:
103201
<< Prev Showing: 1-5 of 101 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-101 ·Page generated in 0.0135 seconds