Kendra Payne

Greenhorn
+ Follow
since Oct 17, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Kendra Payne

Thanks,
I appreciate the help, this is the hardest subject I have ever taken. I just can't seem to grasp it.
18 years ago
Okay,
I will just go by number
#5. b
#6. a
#7. a
#8. b
#9. b
#10. b
18 years ago
Hi, well here goes, I have my final today and am studying past tests. I was sick and didn't get the answers to the last test and I am not sure I was right so I am asking for a little help to make sure I have the right answers to study. Thanks in advance.
There are 2 programs and 3 questions about each.



5. What does the above program do?
a. Counts the number of lines of data is contained within outagain.txt
b. Counts the number of bytes of data in xanadu.txt
c. Copies the contents of xanadu.txt to outagain.txt
d. none of the above

6. What is a true statement about line 18?
a. The finally clause only excutes if there is an error in the program
b. The finally clause always executes
c. The finally clause causes the program to write the files
d. All the above

7. What kind of file access does the above program use?
a. Sequential file access
b. Random File Access
c. Symetric File Access
d. Asymetrical file access



8. What type of file access does the above program use?
a. Sequential file access
b. Random File Access
c. Symetric File Access
d. Asymetrical file access

9. The above program copies the input file how?
a. One character at a time
b. One Line at a time
c. One byte at a time
d. It doesn�t copy the file

10. The output file of the program above is
a. a text file
b. a binary file
c. a symetric file
d. an asymetric file


This is it for me! I am done with Java after today (I hope I pass).

Thanks for everything
18 years ago
Thanks,
this is my last Java class. I don't even know why we have to take 2 quarters of it, it is not enough to do anything with. Nobody in the class wants to be a programmer, we are business majors.
18 years ago
Thanks so much for your help. I have to turn in a final working program on Thurs(tomm) and have nowhere near the comprehension needed to develop one. (as the rest of the class doing this). So do I just put that code in my project? Does that save it somewhere? This has me frustrated to tears.
18 years ago
I am so confused as to what to do. Do you know of any examples anywhere that are similar to this?
18 years ago
This is probably very simple for someone with a little more knowledge than me but I am trying to get the program to save the new information that is entered into the input box. For example, if you enter a new charm, supplier, etc--having it actually add the charm to stay. when I close the program, the info entered is erased. Your help is really appreciated. I have been struggling with Java.


Edit by mw: Changed subject line to be more accurate.
[ March 06, 2007: Message edited by: marc weber ]
18 years ago
THANK YOU, THANK YOU, THANK YOU!
18 years ago
Hi,
newbie here. I have a program I am working on and-it opens with a splash screen then the following code runs. The problem is when I do a sort by...it comes up please enter comboBoxChanged with a field below it. I am so confused and don't know what the problem is. I realllllly appreciate your help.

18 years ago
I am sorry but I just don't understand how to put the two together.
18 years ago
Thanks so much, would I just put the name of the program in place of the MainFrame?
18 years ago
Hi, I am trying to put these two programs together to show a splash screen at the beginning of my program. I don't have a clue as to how to do this. Here are the two programs. I am new to Java and really having a hard time. I have read and read and still don't get it. Your help is really appreciated.



18 years ago
Thanks!
Do you know you to change the names of the columns? I can get the table to create but when I change the names from say MyColumn1 to a title I would like to have, I get a syntax error when I run the application.
18 years ago
Hi,
I am new to Java and don't know much. I am trying to build a simple program to access my MS Access database. I am not sure how to put all of the components together. My ins gave us parts but I don't know what to do with them.

Any help is appreciated-thanks so much


[ February 04, 2007: Message edited by: Kendra Payne ]
[ February 04, 2007: Message edited by: Kendra Payne ]
18 years ago
I fixed and got it to compile but it is a blank white frame. The buttons are not there.
18 years ago