Okay so i'm finishing my 2 year degree online with University of Phoenix, and i'm going to go on to my Bachelor's.
Their IT course really are lacking, and they dont' do computer programming degrees anyhow.
Kaplan offers online tutoring, instant messenger, and computer science and programming classes, even with game design. What does everyone think about Kaplan? I know they are accredited, but i also know that some employers...
User Profile
Collapse
-
Questions about Kaplan University
-
Catch/Throw
I was wondering... you know how java has the ability for us to create a catch throw method for catching and handling exceptions?
Is there a way to write this once and have it apply to the entire program? Sure would be nice not to have to write it for each piece.
Perhaps if i put it in a master class file, and then make each proceeding class a subclass of that class?
And can you make a subclass of a subclass? -
Ah, i just have trouble with articles. I'm one of those people who asks "why?" or "what does this represent exactly?" or "can i change this for this?" a lot, so i tend to be more interactive in my learning style.
By the way, what does everyone think of Kaplan university online? I was told they have excellent IT programs, and they have messenger usage with teachers, AND online tutoring available. Anyone... -
Never mind. I found a way around it.
Instead of resorting or displaying a fixed item number, instead I had it print the line "item number: <choice>" where choice was the item they wished to view. Because choice corresponds always to the array position, it is always accurate. After the reorder with the alpha sorter, the position changes, and so does the item number to reflect that, thus it stays accurate and the two...Leave a comment:
-
Or here is another idea. How can i set the itemNumber field to reflect the array position of that object?Leave a comment:
-
I've thought of a way to do this, but i'm not sure how this will turn out.
If in my item class i implement the compareTo method, and do one by name field, what happens if i put a second one in as well by number?
Is there a way in my Inventory program to tell it which one to use?
i'm using the Collections.sor t(OBJECTNAME);
is there a way to specify a sort by name, and then a new sort by number,...Leave a comment:
-
Is there a way to change this?
If i have an arraylist, and i want it resorted by alpha, how can i have people do a search for an item by Item Number field, instead of by array position? -
Creating an array of classes
Okay here's what i'm trying to do. I want to create an array and fill it with objects, so that when i create a method to alphabetize them, all of the pieces (the price, name, ect) don't get all out of order and correlate to each other.
Here is my code so far... any ideas?
Just need to create an array of classes. How do i get all these items i created into it? Please just give me a quick explanation of the syntax, maybe an example...... -
Help :( How do i solve this problem?
Okay this is what i'm attempting to do.
I have to modify this program that i wrote so that it allows the user to list items by alpha as an option on the main menu. Here is my problem. If i sort the array of names by value into alpha, the prices, quantities, ect won't correlate anymore, because the names will have switched positions within the name array. However, the prices in the price array and quantities in the quantity array will not move,...
No activity results to display
Show More
Leave a comment: