What makes JUnit better than regular assert statements?

I was reading up a little on JUnit and it seems like it's purpose is to check conditions to see if there true and shoot out an error if they're not. Unless I'm missing something doesn't assert do the same thing?

I actually had them seperate but I combined them for the post. I create a seperate method identical to the first except Gates is misspelled in the first and Bill in the second and I called them back to back and it still shoots out only one error:
package testproject;
import java.util.StringTokenizer;
import junit.framework.TestCase;
public class Main {
    public Main() {
        TestCsvParser test = new TestCsvParser();
        test.testParseSimpleLine();
        test.testParseSimpleLine2();
    public static void main(String[] args) {
        new Main();
    class TestCsvParser extends TestCase {
        public void testParseSimpleLine() {
            CsvParser parser = new CsvParser();
            parser.parse("Bill,Gates,555-1234");
            assertEquals("You returned an error!","Bill",parser.get(0));
            assertEquals("Gatesj",parser.get(1));
            assertEquals("555-1234",parser.get(2));
        public void testParseSimpleLine2() {
            CsvParser parser = new CsvParser();
            parser.parse("Bill,Gates,555-1234");
            assertEquals("You returned an error!","Bikll",parser.get(0));
            assertEquals("Gates",parser.get(1));
            assertEquals("555-1234",parser.get(2));
    class CsvParser {
        private String[] currentLine;
        public CsvParser() {
        public void parse(String inputLine) {
            StringTokenizer tokenizer = new StringTokenizer(inputLine,",");
            currentLine = new String[tokenizer.countTokens()];
            for (int i = 0; i < currentLine.length; i++) {
                currentLine[i] = tokenizer.nextToken();
        public String get(int columnIndex) {
            return currentLine[columnIndex];
}

Similar Messages

  • What makes iPad better than other tablets

    Hi there! i am planning on buying the new iPad 2 but i want to ask and talk about what makes the iPad better than other tablets particularly Android.
    Since its first outing the iPad has come from strenght to strenght with featrures and apps only a smartphone (or even a PC) could dream of.
    But in the past few months there has been a tsunami of Android tablets vuying to topple Apple's device. with better features like:
    1. Divx support (in some devices)
    2. better front & rear cameras
    3. better multitasking and customisation options
    4. Android being an "open" platform
    5. video chat with ANY similar device (and not confined to only Android)
    6. better bluetooth option and features (like sending files to ANY device and not confined to only Android)
    7. full DLNA support (in almost all devices now)
    ......and the list goes on.
    sure it's not a contest and sure some makers have "copied" features from Apple and made it into their own but i still love Apple devices not because of the lack of features but because the technology really works and the OS just flows really smooth.
    so, i want to ask you guys....what makes Apple devices such as the iPad 2 special, unique, desirable and better in many ways than an Android device?
    what makes the iPad an investment for me and my family?

    Don't get me wrong i am fan of Android but i also am a fan of the iPad 2. but i still can't help with the things the device is lacking and lagging behind with with the Android devices.
    sure, the iPad is not a Xoom or a Transformer or a Galaxy tab.
    sure, the iOS is fluid and smooth and it just works
    sure, Honeycomb 3.0 is full of bugs and it freezes more often than not (i heard)
    sure, the Apps Store is still miles away when it comes to apps, games, etc. (although i heard it will be overtaken by the Android Markt by this year in terms of sheer numbers but also quality apps designed/dedicated for tablets by next year)
    the Android Amrket might not have "rogue" apps or "stealing user data" but doesn't Apple products have that and do that as well?
    sure the iPad doesn't support Flash but even though its a battery hogging software you still enjoy the "full" web (the way it was meant to be viewed) on an Android tablet.
    sure, the iPad does have a below 1-megapixel camera which is jurassic really.
    but it still doesn't hide the facts like what i mentioned on my previous emails.
    for the cheapest wifi-only iPad 2 you pay GBP399
    the equivalent 7" Galaxy Tab (which came out months before the ipad 2) you pay GBP399 and that's with 3G, better front & rear facing camera, full Divx capability (without the need of an app), full DLNA capability (without the need of a separate device or server), better and more "open" bluetooth, full Flash compatibility amongst others.
    basing on my example above can someone tell me without being biased...what makes the iPad 2 better in many ways?

  • What makes Firefox better than Chrome?

    Just curious.

    Please see this article: http://www.mozilla.com/en-US/firefox/central/
    In addition, you can reconfigure the layout to your own taste. For example, you can move the tabs to below the location bar where you normally type in a web address if you want to. Chrome's layout however is set in stone.
    Firefox also has an abundance of Add-ons which you can use to enhance your browsing experience. Here's the database: https://addons.mozilla.org/en-US/firefox/extensions/bookmarks/
    If this answers your question, please click the '''Solved it''' button next to this post after you log in into the forum. This will help others searching for a solution to the same thing.
    Thanks.

  • Free dvd maker is better than encore cs4

    Hi Forum,
    OS: Win Vista Ultimate 64bit
    Encore CS4
    Windows DVD Maker
    I have shot some footage and have they in dvd pal format.
    I was able to create a motion menu, slide show and advd with encore cs4. i could play the dvd on pcs and normal dvd player on the tv.
    But: Slide Show and all Movies are flickering. Menu also.
    Than i tryed Windows DVD Maker (Free when you have Ultimate Vista).
    I used there absolutely the same videos and photos. Result: Slide show and video quality was perfect and without flickering problems.
    I spent a lot of money and o can not believe that this free tool dvd maker is better than encore cs4.
    so please help me to solve this problem.
    I really don't know what i could try.
    Thank you and see you soon.

    Hi,
    Could somebody tell me which settings i should set on premiere cs4 to export in a good format to import to encore cs4?
    Maybe i could solve my problem on using the right settings on exporting a video from premiere cs4.
    Thank you

  • Is firefox adblock plus make it better than safari?

    hi
    just quick shoot question.
    i 99% uses firefox browser with add on called adblock plus 2.03
    it never shows advertisement like the mackeeper that so frequently harrased me when i used safari. this made me scared of unintended clicking on my part.
    are there similar thing on safari?
    i just dont feel secure with safari, because once i opened it, and in few minutes pop up ads and mackeeper coming out of nowhere....
    hope ur not mad at me for favoring firefox. but i really think if safari has same adblock i would move back, as i feel it is wierd that firefox could do better than mac... its nigh impossible... ?

    You're certainly free to use Firefox if that works for you. There are similar add-on web blockers for Safari, including a version of AdBlock:
    http://code.google.com/p/adblockforchrome/
    Personally I don't like browser-specific blocking add-ons since they can break with any browser upgrade, so I use GlimmerBlocker. It's a stand-alone ad blocker (it works sort of like a web proxy system) and hence works with any browser you run on your system, so you don't need an ad blocking add-on for each browser.
    But if Firefox works for you, by all means use it. Many people do.
    Regards.

  • Why is Java better than c#. most people say c# is better

    I have entered forums and end up seeing informations on c# being better than java. Pls can any body tell me what makes java better than c#. This days every one i know is now going c#. They are discoraging me to also go c#.
    i am quite con fussed. The only thing that keeps me to JAVA is platform independence.

    Well, I suppose you can search Google for 'C# vs java' and read an article such as
    http://en.wikipedia.org/wiki/Comparison_of_Java_and_C_Sharp.
    However arguing which is better is best left as an exercise for developers with a lot of experience in both languages rather than those just starting out (If your just starting out, you will not use the advanced features one has over the other).
    I think the market will be evenly split between both languages for quite some time. Ideally, as a professional developer you should know both well so you are more employable. For Java, I suggest getting familiar with The Eclipse IDE since its used by the bulk of Java developers. For C#, I suggest you install Visual Studio Express because its used by the bulk of C# developers (and the express version is free).
    I suggest you first learn one or the other very very well and good coding practices before learning the other language to avoid mixing the two somewhat different coding styles.
    I suggest learning whichever language your friends are using assuming you communicate with them about programming often (so you can help each other). If instead your on your own, I suggest you learn Java. I think you will have an easier time picking up the Object Oriented philosophy than C# because in my opinion Java is more low level coding and C# is more high level coding (ie, the advanced features it can do a lot for you). You should have a good handle on the low level concepts first. In may opinion, once you know Java well, C# is a lot easier to pick up since they are both object oriented and are very similar object oriented languages.

  • Why is LR5 catalog better than PSE 12 Organiser?

    Hi/
      I have started using a trial version of LR5.
    I have been a regular user of various versions of PSE over the years.
    Generally, I have been happy with the organiser, & have various tags nested in each-other.
    I have never had a problem with it being unstable, & can normally find what I am looking for,
    (provided that I have correctly tagged it in the first place :-)
    My first impression of the LR5 catalogue is that it is not as intuitive.
    I have searched on-line for how to set-up the catalogue & much of the discussion relates to how many catalogues to have. - I've already made that decision - Just the one:
    So?  What features am I missing in the LR5 catalogue that make it better than the Elements Organiser?
    What do you think?

    I am also a happy user of the Organizer, but I also use LR 4.4.
    What I find interesting in LR:
    - huge amount of possible customization and options (if you need them...)
    - Ability to manage jpegs just as raws (the organizer does not let you open jpegs in acr, )
    - Smart ways to manage variants without copying files (virtual copies)
    - More advanced metadata management
    - possibility to merge catalogs
    - Much more support by Adobe and user forums
    - More advanced options in output in the latest versions
    What can be debated is the difficulty of the learning curve as well as the 'robustness' of the software. The organizer was plagued with many bugs (it was already there many years before LR.) The problem is that having many more options makes LR much more complex. For instance the database has three times the number of tables. The result is that the LR forums are full of complaints about bugs or missing features... just because it is too rich and tries to satisfy everybody's needs.
    Many cases of problems with the Organizer are related to the backup function which backs up both pictures and catalogs. Lr only backup catalogs. Backing up pictures is your responsability. If you have problems, it's not LR's fault, it's yours .
    I can't find a post I made to show the possible advantages of the organizer, but that was just for the fun.

  • What's better than Illustrator?

    I've been using Illustrator for many years and several versions.  My usage is nominal and occasional/once a week, and I don't get very sophisticated for my needs, so it has been OK so far. I do not do commercial work but know Ai is the "de-facto std".
    But I read this forum often and see many criticisms of Ai and I do have occasional issues with Illy with tools and UI....just not as easy or robust as it could/should be...cumbersome at times.
    I see JET and others here make great use of Illy but also criticize (justifiably) it for not being as good as other vector tools.
    I know there are competitors, Inkscape is free, others less costly than Illy; and seemingly better/easier/faster to use...at least for some things.
    So my question: What is better than Illustrator (I'm using CS5) and why? What can they do better than Ai?  Is it worth having a second program and learning (tho I suspect the learning curve should be easy as they do similar things but have different GUI).  Or replacing Illy with something?
    Pro's/Con's that would make one make the effort to try/use something else?  I don't even know what out there is better than Illy.  I've searched www and got a few hints but nothing very significant.
    Am I wasting my time looking?
    Your feedback welcomed to help me decide whether to explore/trial other programs.

    I see JET and others here...criticize (justifiably) it for not being as good as other vector tools.
    I can't speak for "and others", but since I'm the only one you mention by name:
    If you've already deemed the criticism justifiable, then you must already know what that criticism says. When I criticize Illustrator, I don't just say "Illustrator is crap" and leave it at that, unsupported. I'm careful to explain myself with facts pertinent to the context of the discussion. I actually own and know how to use the other programs to which I compare. I've often posted lists of comparitive features.
    I've always used my real name here and sign all my posts with my initials. So finding my comments is not difficult.
    I know there are competitors, Inkscape is free, others less costly than Illy; and seemingly better/easier/faster to use...at least for some things. So my question: What is better than Illustrator (I'm using CS5) and why? What can they do better than Ai?
    Didn't you just answer your own question? Other than the broadly general things you just mentioned, what program do you want to compare, and for doing what? Surely you're not asking someone to do an exhaustive feature-by-feature comparison between Illustrator and all similar programs in this one thread?
    All you've said about what you use Illustrator for is that your use is nominal, occasional, unsophisticated, and non-commerical. Mine isn't. Commerical graphics has been my livelihood for over 40 years. Vector-based illustration is both a speciality and a passion.
    I...knowAi is the "de-facto std"
    "Defacto standard" is self-fulfilling. It's effectively equivalent to saying "More people use Illustrator because more people use Illustrator."
    So what? More people ride Vespa scooters than KTM motorcycles. But which one would you call "professional quality"? You can use either one to pick up a gallon of orange juice at the corner store. But if you enter an enduro, the KTM will get the job done with alot less stress.
    The myth is that most software buyers choose the best. That's as naive as the faith that most voters do.
    Illustrator has been slothfully resting on its "defacto standard" haunches since the dark ages (AKA the 80s). "Defacto standard" be hanged.
    I do have occasional issues with Illy with tools and UI....just not as easy or robust as it could/should be...cumbersome at times.
    Okay. What issues? State something specific and users actually familiar with other programs can compare.
    This is the 21st century. There's really little new under the sun here. A 2D drawing program is just an interface pasted on top of mostly the same old geometric functionality. The competitive advantage goes to the offering that best (easy) and most fully (robust) empowers the user. The multiplication of easy and robust yields elegance. That's a term I've never applied to Illustrator. Illustrator is one of the oldest of the bunch, lounging under the sun for so long it's at risk of skin cancer. Yet it still fails to provide basic functionality users of other drawing programs have taken for granted for decades.
    Examples that may be germane to your casual, non-commerical use? Try these things in Illustrator:
    Star Tool: Draw a star. Now change the number of points it has.
    Arc Tool: Draw 36 degrees of a circular arc.
    Label that star with a dimension.
    Distribute a group of different objects along a curve.
    Uniformly space Blend steps along a non-uniform curve.
    Attach a Blend to a closed path and have the first/last instances properly positioned.
    Knife Tool: Cut across an open unfilled path.
    Connect a text label to an object that stays connected when you move it.
    Paste a simple graphic into a text string so that it flows with the text.
    Perform a Find/Replace on carriage returns.
    Round Corners: Apply it to an accute or obtuse angle and have it actually yield the radius you specify.
    Crop a raster image.
    Rotate something. Go back later and find out what its rotation angle is.
    Pathfinders: Use them without wrecking existing fills/strokes.
    I could go on (and have). How long a list do you want? All the features/functions associated with the above basic operations (and many more) are substandard, half-baked, or even non-existent in Illustrator. This is "professional"-grade software? No, it's largely consumerish rubbish sold at exhorbitant prices just because it's the "defacto standard."
    Is it worth having a second program and learning...
    Obviously, it is to me (and a third, and a fourth, and...). As I've said many times in this forum, I don't know how anyone can legitimately claim to compare two programs if they've only got workaday familiarity with one.
    As with any other endeavor, the more drawing programs you're comfortable with, the less arduous it is to pick up another, because you tend to pick up on the underlying principles involved, as opposed to just becomming habituated to a particular program's command locations and procedures by rote.
    But you've been using AI for "many years" and find it to be "OK". So if you're happy with it, use it.
    I have a cheap, consumerish Ryobi table saw and it's "OK." But I didn't pay a professional-grade price for it, either. And I'm sure not going to write glorious reviews on it, call it "professional," and get all fearfully brand-loyal defensive about it if someone dares suggest I might ought to learn to use a different one. My use of it, like yours, is merely occasional. But I also presently need to build a TV cabinet, and I'm dreading it. If I were to open a cabinet shop, I'd be much more discriminating, and would do my own homework to make an informed decision.
    Or replacing Illy with something?
    One doesn't have to "replace." There's nothing any more wrong with using more than one 2D drawing program than there is with using more than one 3D modeling program, or raster imaging program, or page layout program, or word processor, or video edting program, or....
    Pro's/Con's that would make one make the effort to try/use something else?
    That depends on what one is doing with it. Not knowing that, I can again only offer generalities that matter to me: If you've only ever used one program of a particulat kind, you're rather in the dark regarding functionality that you may be missing that may be important to you. (Second-degree ignorance: You don't know what you don't know.) If you're mission-dependent upon that one program, you're also kind of captive to the whims and agenda of its vendor.
    That very well may not matter to you, given your nominal, occasional, unsophisticated, and non-commerical use. And if so, that's fine.
    I don't even know what out there is better than Illy. I've searched www and got a few hints but nothing very significant.
    But you just said you've been reading a bunch of posts here which mention other programs.
    Am I wasting my time looking?
    Only you can answer that about your time. Time is all any of us have.
    Your feedback welcomed to help me decide whether to explore/trial other programs.
    No offense, but frankly it sounds like you're just not motivated enough to do your own homework. If you are  sufficiently motivated, visit the websites of other drawing program vendors. Read the features lists. Dowload the demos, read the documentation, and try them out. Visit the programs' user forums. Or, if it's really not that important to you, don't.
    If you've got questions about specific functionality and/or specific programs, be more specific about what you do (or want to do).
    JET

  • What should I expect in quality? Make video better? optimize?

    Hello
    I'm using iChat 3.1 for the first time. I have tried using both a AIM account and .mac account. The software works fine for me. My question is
    1) what should I expect in terms of video quality? Is there something out there I can compare it to? I must say it is not the resolution I was expecting. I guess mine looks good as a 3" x 3" screen but strtching it to 12 x 12 is pretty bad. Is this what it's supposed to look like? is there a way to optimize it? I read somewhere that the bad video was a function of AIM? and if you go through this "other way" it will be better. (can't find that info I read!)
    2)Alternatively, could I theoretically network my computer and my mom's, and then have a better video session using another video access. (don't know which one or how)
    3) I have also tried using my wireless access and the video is much worse and the audio is delayed, so I switched back to ethernet. Am I doing something wrong?
    At this point I would only be videoing with this one other computer.
    thanks for any help
    iMac G5   Mac OS X (10.4.7)   using iSIght on one and DV-camera on other

    Hello Gina,
    Welcome to apple discussions. The video quality on ichatav depends on many factors:
    1. Bandwidth limitations of your ISP
    2. CPU speed (the faster the better)
    3. The size of the actual chat window (the bigger, the lower the quality) Full screen ichatav can be marginal at best.
    4. Lighting
    5. Unusually fast motion or panning will effect your video quality
    6. Camera quality ... Generally Mini DV cameras capture great quality. In fact they often get significantly better picture quality than most web cams. Firewire cameras are generally far better than most usb devices.
    7. iChat video pref. settings will effect video quality (try setting video preferences to "None").
    8. The connection doctor is a useful tool w/in ichatav. However having it constantly open during a video chat can actually slow the application down a bit and hence may also effect video quality. Check it quickly and then close it after you see all is working as expected. Do not leave it constantly open during a video chat or while attempting to start a video chat.
    9. Having several applications open while video chatting can also effect the quality of your video chat/s.
    10. Hosting a 3 way video conference will run significantly slower and at lower frame rate than video chatting with just one other party at a time.
    And according to Ian Bickerstaff, the following also effects quality:
    LIGHTS:
    In system preferences ( from the Blue Apple top left of your screen there )
    System preferences > Personal > Desktop&Screensaver > Desktop > Solid Colours.
    Select the pure white option ( Its invisible - Just click to the right of the last colour option )
    That increases the light thrown onto your face. It also prevents any odd discolouration that can come with using darker back grounds.
    Use a local Spot light to light just you in a larger room. Very atmospheric
    Use the video preview before you start a video chat to make sure that your image is "up to scratch" Play around with the amount of light and where it is positioned.
    SOUND:
    Is the volume set correctly? Setting it at 75% seems to be the best option.
    CAMERA:
    If you wear glasses try to get the camera in a position where by the screen does not block out your eyes.
    Look at the camera - It sort of implies "making eye contact" - Instead of looking at the screen. Placing the video " window " as near as you can to the camera helps ( thanks Sillydog )
    If its a family chat - Place the camera so that all people can be seen and move the microphone ( if you have one ) so all people can be heard.
    ACTION: Not just yet....
    Are you sitting comfortably? Is it going to be a long chat? Do you have a drink to hand? Do you know what you want to say?
    If there is a phone in the room - Do you want to turn it off to avoid interruption?
    SDMacuser

  • Please help; What makes the 2nd Gen iPod Touch better then the 1st Gen?

    I am thinking about buying an 8gb iPod Touch, should i save some dough and buy the 1st gen iPod Touch or pay a bit more and buy the 2nd gen?
    Also, what makes the 2nd gen iPod Touch better then the 1st gen, what has been improved, changed, etc...?
    Thanks in advance.

    I had the 1st gen touch since it first came out and just got the 2nd gen touch last month. I'll list a few things I like about the 2nd gen touch.
    1. internal speaker. makes a huge difference in my opinion.
    2. new design. alot nicer to hold in your hand than the 1st gen.
    3. seems faster overall than the 1st gen touch.
    4.display no longer has blue tint. now has more of a yellow tint. makes pics and movies look a little better.
    If you can afford the 2nd gen touch I would highly recommend it.
    lenn

  • What is better than Skype when two iPad users want to live chat?

    What is better than Skype when two iPad users want to live chat?

    The built in app, FaceTime.

  • What is a better approach, batch or prepared statement?

    Hi,
    In my application, the user account property will be retrieved from DB and the last login time will be updated after a successful sign on. There are two query statements in this procedure; select and update. What is a better approach in JDBC to deal with the two queries: batch or prepared statement?
    Thanks.

    Hi, Duffy,
    Thanks for your input.
    I would like to use PreparedStatement with batch update. From my reading, however, it is not suitable to use PreparedStatement with batch update. At less, I haven't see a single example on the tutorial or article sections of this site. I am not sure the following is valid or not:
                   stmt = connection.prepareStatement(INSERT_SMT_QUERY_STR);
                   stmt.setLong(1, details.getRegardID());
                   stmt.setLong(2, details.getWriterID());
                   stmt.setInt(3, details.getVisibility());
                   stmt.setString(4, details.getSubject().trim());
                   stmt.setString(5, details.getContent().trim());
    stmt.addBatch() <-- what goes into here?

  • If JSP is an extension to Servlets then in what case is one better than ...

    If JSP is an extension to Servlets then in what case is one better than the other... can someone give me an example?

    i wouldn't want to argue with previous poster, because i'm not too over confident with this thing, but i have got an undersatanding that .jsp's are translated to servlates and then compiled...
    so technicaly jsp does exactly what servlet does...
    but when you work with .jsp pages, then you can create web applications more rapitly and indeed there are those special tags that you may define for your self... (though i've never used them -- but then again, i'm just a n00b to JSP technology)

  • FLV quality looks better than F4V, what am I doing wrong?

    Hi,
    I exported a small clip as a on2vp6 flv, a h.264 f4v, and a h.264 mp4 file with the adobe media encoder cs4. Each file is the same clip, exported with pretty much the same settings. Resolution: 640x480, 0.5mbps target bit rate, 29.97 fps.
    Everything I read says that for a given file and a given bitrate, h.264 should provide better video quality when compared to a h.263 flv file. I would like to know what I am doing wrong, because the h.264 files look worse than the flv file. I have provided download links for a short demo clip in each format.
    fl7756n_29_640x480_500kbpsbr.f4v
    http://www.filefactory.com/file/af5gc7b/n/fl7756n_29_640x480_500kbpsbr_f4v
    fl7756n_29_640x480_500kbpsbr.flv
    http://www.filefactory.com/file/af5gc7e/n/fl7756n_29_640x480_500kbpsbr_flv
    fl7756n_29_640x480_500kbpsbr.mp4
    http://www.filefactory.com/file/af5gc71/n/fl7756n_29_640x480_500kbpsbr_mp4
    Why does the clip look better in h.263? It seems that everything I encode at low bitrates looks better in h.263 which leads me to believe I am doing something wrong.

    Okay, that is true, they are different codecs. But even adobe says:
    Q: How does H.264 compare with the current video formats supported in Flash Player?
    A: Flash Player supports the Sorenson Spark video codec (based on H.263) and On2 VP6. H.263 is the predecessor of H.264 and was designed for teleconferencing applications, at 64k rates. H.264 delivers even higher quality at lower bitrates. H.264 will deliver the same or better quality when to compared to the same encoding profile in On2. Factors you should consider when choosing a format include the complexity of the content, the desired reach, ability to archive, and licensing considerations.
    at
    http://labs.adobe.com/wiki/index.php/Flash_Player:9:Update:H.264#Q:_What_is_H.264.3F
    Are there any tricks to getting the h.264 to look "better" than the h.263? Like, the h.264 version of the video doesn't even look close to as good, and I think that the f4v version looks worse than the mp4, which I don't really understand since they are both h.264 files. The footage is from a canon XL2 and the original source is ntsc 720x480. Is there anything special I should be doing for encoding in h.264 instead of h.263. The video is going to be only for the web.

  • What Makes the MacBook Pro better then MacBook Air?

    What Makes the MacBook Pro better then MacBook Air?
    I am considering getting a laptop of one of the 2.
    I think Macbook pro is what i want as just a secondary computer, need a laptop that performs same as my desktop IMac
    What are really the differences between the Pro and Air?
    What Pro is best?
    Anyone have problems? and am i best with paying for a brand new computer vs refurb?
    thanks

    It really depends what you use it for.
    I'm in my senior years in high school and I just bought my macbook pro (15 in - $1799 w/out tax). I'm willing to spend the extra money as I am planning to use it to continue my education in post secondary school. I think that the MBP is great for work, designing and for professionals. The MBA is great for portability and chicness. The graphics on the MBP is beyond my expectations and it's great. Its great for many things.
    It all comes to this. Are you willing to spend the extra money on a MBP. What will you be using your computer for? WIll you be using it for a very long time? Are you going to be careful with it? I heard that the MBA is flimsy and can easily break.
    I also recommend you ask a person at the Genius Bar at your local Apple store and they will be glad to assist you. I researched for a solid half of a year before i made a decision and bought my macbook pro.
    Hope this helps.

Maybe you are looking for

  • Hard Drive won't mount on certain computer

    DISCLAIMER: Looked on archive threads but couldn't find anything that would specifically help me with this situation, that or I'm stupid and missed a bunch of things. If I missed an important thread, I'd love a link to help me, thanks. Also, if I'm l

  • How can I connect first generation ipod with 2.4 Ghz Intel iMac running Lion

    I there, I'm trying to connect my first generation ipod with my iMac (intel 2.4 Ghz), which is running Lion, however when I connect the wifi, it only showing that battery is charging with a tick and OK to Disconnect. I open itunes but it doesn't find

  • Can't control location of graphics when printing to 11x17.

    I have a brand new HP 7500A and I have a problem printing from PDFs and DWGs.  For PDFs, the graphics never fit on the page.  I choose 11x17 as the sheet size, select Shrink to Fit (the original size is 24x36), select Print Borderless, etc. and the g

  • Things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services

    Do any one have a link to a list of things to consider when removing from AD domain a SQL Server 2008 which includes Reporting Services, Analysis Services and Integration Services? I am taking from an Active Directory domain several servers with SQL

  • Faxing inside of mySAP 2004 ECC 5.0

    Please excuse me if this is in the wrong section or if it is a dumb question.  I just got hired to learn SAP/ABAP (I know nothing now) and the first task they gave me was to investigate a better way to fax inside of SAP.  Right now we use Fax Command