Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Excelsior College - new exam - Introduction to Computer Programming Using Java
#7
So, I'm a Software Engineer who programs in Java. I got bored and decided to look over their practice problems and found 4 broken test questions.

2) The name System can be used. The pre-existing System is in the java.lang package, but someone could create their own System class in any package with another name and use it fine.
If you create a "System" class inside your own package named "java.lang" you immediately lose access to the pre existing "System" class though.

9) Does not show "the method below", making it impossible to answer.

16) The purpose of the File class is to get access to file on the disk. It cannot store data on the disk, you would need FileWriter, BufferedWriter, etc.. To store data on the disk. The File class allows you to check a file's permissions, delete a file, create an empty file, see if a file exists, and a hand full of other features, none of which allow you to write to the file.

18) This answer isn't entirely true. I just tested this with a BufferedWriter and as long as you use the "flush" method, which puts your data into the file and saves the file, then your data will be saved fine, so using the "close" method isn't needed to save the data. This is because the "close" and "flush" methods both use the "flushBuffer" method to save data.

I really wish companies would check their tests more thoroughly...
I'm a 19 year old, Software Engineer, who is enrolled at TESC for a B.A. in Computer Science. My bachelors coursework is completed and I am waiting for graduation to roll around. Will start pursuing ALM in Information Technology with a concentration in Software Engineering from Harvard Extension School sometime in the coming year.


Messages In This Thread
Excelsior College - new exam - Introduction to Computer Programming Using Java - by benjenkinsv95 - 05-12-2015, 07:56 PM

Possibly Related Threads...
Thread Author Replies Views Last Post
  TESU Computer Concepts CIS-107 sambeaux 3 1,966 09-01-2018, 12:23 AM
Last Post: Merlin
  Study.com College Credits UnbreakablyDetermined 2 1,846 08-27-2018, 05:44 PM
Last Post: allvia
  Unofficial DegreeForum Wiki - Credit by Exam info, Degree Plans, etc dcan 43 26,990 08-17-2018, 11:29 AM
Last Post: elenlushk
  TECEP - do I have to wait until the start of a Term to take the exam? Kelly Green 4 2,028 08-16-2018, 09:04 AM
Last Post: Kelly Green
  Excelsior HR Degree Progress glgamerica 6 1,829 07-31-2018, 10:44 PM
Last Post: dfrecore
  TESU Help planning exams for ASNSM in Computer Science theveganmaker 3 1,548 07-27-2018, 10:52 AM
Last Post: theveganmaker
  Excelsior: ALEKS Beginning Algebra duplicates ... bluebooger 13 3,170 07-26-2018, 09:15 PM
Last Post: Exfactor
  Excelsior College 47th Annual Commencement - 12 Year Old Graduate Life Long Learning 16 4,924 07-26-2018, 01:11 AM
Last Post: Life Long Learning
  Excelsior homeschoolmom1 1 1,293 07-20-2018, 11:10 AM
Last Post: hsfamfun
  Excelsior homeschoolmom1 0 963 07-19-2018, 02:06 PM
Last Post: homeschoolmom1

Forum Jump:


Users browsing this thread: 1 Guest(s)