Java Tutor? in Westchester NY

Sorry if this is the wrong place to post this message.
I am looking for a personal tutor for Java.
I am currently taking a Data Structures online course
and need additional help. I live in the NY, Westchester County area
but am open to even online or phone tutoring.

ita6cgr wrote:
Oh wow bogads back. Though we hadnt heard from u in a while. Btw ignore anything that comes outta this guy he is a complete strikefool--strike--.

Similar Messages

  • Looking for Java tutor in NYC

    I am a beginer level Java programmer and am looking for someone with more experience to provide some guidance/support.
    Email me if you might be interested so we can discuss availability & fees.
    [email protected]
    Thanks

    Basically what I am looking for is someome with more experience than myself to coach me through some examples. I understand the concepts and theory behind OO, but I need more practice in applying it (in other words, coding!). I think about 5 hours a week to work through some examples would be good.

  • Looking for Java Tutor ASAP

    HI~~~
    I am looking for someone to help me to learn Java.
    I am willing to compensate for someone who can help me on solve my Java project.
    If you are interesed, please email back to me at
    [email protected]
    Thank you

    Victoria,
    I need help with a Poker Game. Not able to use any funny business either. He wants it written in Notepad or Realj and no applets aloud. Every search I did contained buttons and so on. I just need the basic code to work.
    I posted a message for help and have had no responses.
    Could you please help me too.
    thanks,
    bmdkv

  • Looking for a Java tutor/mentor.

    Greetings. I've recently had quite a hard time figuring out the programing projects for my university computer science course. Seeing as how the teaching assistants aren't very helpful, I am in search of somebody who would be able to help me/discuss programs via email or AIM. Any help would be much appreciated as I am struggling with this class. Thanks.
    [email protected]

    Sorry, but seeing how I learnt this stuff myself, all you can do is pick up a book and start reading it. YOU need to put effort into it, it makes no sense that somebody else needs to jam the knowledge into your brain, the teaching assistants are only there to help you figure it out on your own by pointing you in the right direction.
    That said, if there are specific questions you have, might I suggest you ask those questions in the newbie section? People here will be glad to help you out or point you to articles that explain the subject you are struggling with.

  • How to set the variable of "path" and  classpath" in winxp

    I down a sdk1.4.2_01 and use it in windows xp system,I can use "javac";
    but when I run "java *****"(eg: java abc),it do not work.
    The infomation is "Exception in thread "main" java.lang.NoclassfoundError:"
    I set my source code "C:\j21".
    PATH:
    C:\j2sdk1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem
    CLASSPATH:
    C:\j2sdk1.4.2\lib\tools.jar;.;c:\jdk1.4\lib\dt.jar;C:\j21;
    I am a new user and need your help.
    Email: [email protected]

    http://java.sun.com/j2se/1.4/install-windows.html#Environment
    hope this help!!! java tutor style :D

  • Dreamweaver Template use and Seo

    Hi,
    I am using dreamweaver templates for my online java training website http://www.javatutoronline.com .
    My doubt is will using dreamweaver template positively or negatively affect seo for my website.

    Online Java Training wrote:
    Hi,
    I am using dreamweaver templates for my online java training website http://www.javatutoronline.com .
    My doubt is will using dreamweaver template positively or negatively affect seo for my website.
    Looking at your page code I can only see <h4> heading tags, no <h1> or <h2><h3> etc. Googles spider will look at the text between each html tag and access it for importance, <h1> being the highest ranked, <h2> the next and so on.
    It's important for SEO that you use 'buzz words' between the tags which Google considers  the most applicable when it comes to look through your site to give your site every opportunity to be ranked higher.
    So you might find that inserting 'Onlne Java Tuition' between a <h1> tag to be beneficial.
    I would also insert the following between a <h2> tag as a kind of sub-header to the <h1>tag.
    'Personal Online Java Tutor, Java J2ee Project Based Training by 8 Yrs Experienced Software Engineer. Get Practical Online Training in Java J2ee Jsp Servlets Jdbc J2ee Struts Hibernate Spring Ejb Ajax and other Frameworks.'
    Obviously the 'buzz words' for your site are Java Online Tuition/Training so make sure you have quite a few of those integrated into the text on the page and perhaps the images alt tags as well.
    Of course it is also important to try and get listed on as many associated sites/forums as posssibe as Google looks for back-links to your site. If it finds some on sites/forums which are already highly ranked then that too can help in the ranking.
    It's a bit hit and miss though. Sometimes you can implement all of the above and virtually nothing will happen and at other times you can see some really very good results. I recently got a site ranked at no 2 in Google for a couple of generic buzz words which I never expected Google to bite on given that they were quite common to a lot of other websites in competition.
    It's a lot easier if you have a catchment 'location' area which you are aiming at. For instance 'Hat Makers London' will stand a better chance than simply 'Hat Makers'.
    Good luck.

  • Deep and Shallow array copy  again

    I am a Computer Analyst and a Java tutor.
    I am trying to understand the terms Shallow and Deep copy
    for arrays, using an example.
    Can you please tell me if my shallow and deep copy below is correct?
    Does the shallow copy not need any memory allocation?
    public Security( int paramAccountNumbers[], String paramPasswords[] ){
    String passwords[];
    int accountNumbers[];
    // INT ARRAY SHALLOW COPY
    accountNumbers = paramAccountNumbers;
    // STRING ARRAY DEEP COPY
    passwords = new String[paramPasswords.length];
    for( int i=0; i<paramPasswords.length; i++ ){
    passwords[i] = paramPasswords;

    You should use clone to copy arrays that contain only references to immutable objects or primitives.
    // "shallow" copy
    final String[] orig = new String[] {"a", "b", "c"};       
    final String[] copy = orig.clone();
    // or java 6 "shallow" copy
    final String[] orig = new String[] {"a", "b", "c"}; 
    final String[] copy = Arrays.copyOf(orig, orig.length, String[].class);If the array contains references to mutable objects you need to clone each element in the array
    // "deep" copy
    final Date[] orig = new Date[] {new Date()};
    final Date[] copy = new Date[orig.length];       
    for (int i = 0; i < orig.length; i++) copy[i] = (Date) orig.clone();However even this may not be sufficient in some cases, which is why cloning is a bit of a minefield.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Suggestions please read

    I am going to be making an interactive java tutor in director for my final year project, the key word being interactive I don't want it to be a long presentation.
    I am not sure if this forum is the correct one so I am sorry if it not but could anybody give me there suggestions on how they would like a interactive tutor to be?
    For example some ideas I am passing around at the moment is have games at the end of lessons so if you learnt about arrays I might put a game asking a user to type out how to find the length of the array etc.
    Any suggestions will be really helpful.

    The first question I have are you tutoring on the java syntax (what is legal), correct java programming as defined by SUN (good practices and proper application of technologies), all the related technologies required to J2EE/java well (concurrent programming, security, tcp/ip, iiop,.....)
    There are several problems.
    1)Presenting the matierial in a way that people will the learn (first step process is the best that I have observed).
    2) What you are presenting for learning. Coding requires practice. I have not observed any tutorials having any really good methods of testing code snippets or whole applications. I would consider it an absolute must in a tutorial system. The problem is that in programming there are an infinite number of ways of accomplishing the same thing. Unfortunately there is usually only one optimal way, and depending on various choices you make the optimal path changes.
    I would tend to belive that Higher level concepts (ooad, theory side of concurrent programming or network programming, artifical intelligence, agile programming) would be easier for a tutorial system. I would

  • Retreive an element from Set

    according to java tutor. about Set
    http://java.sun.com/j2se/1.5.0/docs/api/java/util/Set.html
    there is no method to return an element in specified index, like that in List: get(int index)
    how can we return such element?

    > how can we return such element?
    You can iterate over a Set.and if you're real desperate you can do:
    List list = new ArrayList(set)

  • I need a tutor in order to pass my class in Java Programming!

    I'm having a lot of trouble keeping up in my online course. Because there is no class room, I find it difficult to ask questions. The time lap between question and answer makes it extra difficult to concentrate and stay focused on the problem. I would really like someone to be my tutor. Corresponde via email so that I can get help quicker and stay on track.
    I'm suppose to write an array in order to keep inventory. I have no idea where to even start. Here is the assignment, if you can help me and point me in the right direction, or show an example of codes I can use, it would be greatly appreciated.
    1) Create a product class that holds the item number, the name of the product, the number of unites in stock, and the price of each unit.
    Item # 1, Red Hanging Candle Holder, 24, $12.00
    Item # 2, Blue Hanging Candle Holder, 24, $12.00
    Item # 3, Green Hanging Candle Holder, 24, $12.00
    Item # 4, Yellow Hanging Candle Holder, 24, $12.00
    2) Create a Java application that displays the product number, the name of the product, the number of units in stock, the price of each unit, and the value of the inventory (the number of units in stock multiplied by the price of each unit).

    God bless, Darryl. My time is more valuable to me.
    Maybe this arrangement works because you need the
    instruction as much as the OP does. The only
    question is: who will provide it? If neither person
    knows more than a month's worth of Java, how is new
    information brought in?
    Thanks duffymo for your blessing. As programming is just a hobby for me -- since 1983 -- I agree that my time is (much much) less valuable than yours. And yes, I expect the learning process to be mutually beneficial. And while I don't plan to make my living off java, I believe in doing things correctly or not at all. My one month experience in Java is backed up by programming in more languages than most professionals use in a lifetime, on platforms starting from pre-DOS systems with CTDs and a single-line display through DOS, xenix, PDP-11, MicroVAX and every version of Windows from 95 onwards.
    In any case, don't you think it would help if the simplest of questions were kept off these forums and solved in mutual self-help groups? some of whose members had nore time than others to spend on Googling and searching the forums? The first benefit would be to those who have progressed beyond the obvious, as you seniors would have more time to answer their pleas for help instead of getting bogged down in badly or unformatted code with all the trappings of cut-n-paste, meaningless comments that seem to be intended more for the teachers than the learners -- I could go on and on.
    I apologise for what I'm about to do; I do really agree with the general feeling on the forums that OPs benefit much more from being guided towards their goal than from being spoonfed a code that works. But I would really appreciate your critique of this code, which is my first console application. It took about half an hour, including Googling. I am aware that there are absolutely no comments, and the output columns don't line up, due to my as yet inadequate knowledge of output formatting. Anything else you can point out would help me in my learning process.
    Thanks for your time, Darryl
    File Inventory.javapublic class Inventory
        public static void main (String args [])
            int[] itemNumbers   = { 1,
                                    2,
                                    3,
                                    4
            String[] itemNames  = { "Red Hanging Candle Holder",
                                    "Blue Hanging Candle Holder",
                                    "Green Hanging Candle Holder",
                                    "Yellow Hanging Candle Holder"
            int[] unitsInStocks = { 24,
                                    24,
                                    24,
                                    24
            double[] unitPrices = { 12.0,
                                    12.0,
                                    12.0,
                                    12.0
            Product[] products = new Product[4];
            for ( int i = 0; i < products.length; i++)
                products[i] = new Product(itemNumbers,
    itemNames[i],
    unitsInStocks[i],
    unitPrices[i]);
    double productValue = 0.0;
    double totalValue = 0.0;
    System.out.println("Item #\t" +
    "Name\t" +
    "Units in stock\t" +
    "Unit price\t" +
    "Total Cost");
    for ( int i = 0; i < products.length; i++)
    productValue = products[i].get_productValue();
    totalValue = totalValue + productValue;
    System.out.println(products[i].get_productDetails() + "\t" +
    Double.toString(productValue));
    System.out.println("");
    System.out.println("\t" +
    "\t" +
    "\t" +
    "Grand Total\t" +
    Double.toString(totalValue));
    File Product.javapublic class Product {
        private int itemNumber;
        private String itemName;
        private int unitsInStock;
        private double unitPrice;
        private Product()
        public Product(int    itemNumberIn,
                       String itemNameIn,
                       int    unitsInStockIn,
                       double unitPriceIn)
            itemNumber   = itemNumberIn;
            itemName     = itemNameIn;
            unitsInStock = unitsInStockIn;
            unitPrice    = unitPriceIn;
        public double get_productValue()
            double unitValue = (double) unitsInStock * unitPrice;
            return unitValue;
        public String get_productDetails()
            String productDetails = Integer.toString(itemNumber) + "\t" +
                                    itemName + "\t" +
                                    Integer.toString(unitsInStock) + "\t" +
                                    Double.toString(unitPrice);
            return productDetails;
    }The forum software seems to have reduced my indentation by 1 space in many lines, they line up correctly in Notepad.
    Message was edited by:
    Darryl.Burke

  • SAP Tutor Java Player

    Hello All,
    I'm working with the SAP Tutor Java Player and trying to retrieve the .sim files from an external file repository rather than storing them directly on my webserver. I made a .net program to display a listing of files, which would basically replace the Default.htm file that is provided.
    I still need to use the JavaPlugin.htm, but it looks like I'll need to place the path to the location of my files in that JavaPlugin.htm file. Is anybody fimiliar with this file that might be able to assist.
    Best Regards,
    Adam Lewis

    But it don´t, thats the problem! Something with the applets maby?!
    /Jesper
    Edited by: Jesper Sandberg on Jun 4, 2009 9:06 AM
    Edited by: Jesper Sandberg on Jun 4, 2009 9:07 AM

  • How do I create a help file in Java...to tutor my application -users

    Joe Annang Sowah
    [email protected]
    Is there any fascility in Java for creating HELPSETS (like the one on netbeans) as a standalone executable jarfile
    or cant help it but to use simple HTML files? whats ur take on this ...

    Javahelp ?

  • New to Java: requires help possible tutor plz read

    Ok, i ma very keen to learn the basics of java, however my experience is limited. When i was studying at the university of london i completed an object orientated programming module based on the the book "javagently". Since that time i have not been programming and am really keen to get into it and make my first (simple) application. i have set up java on my pc and have done a few tutorials around but would really like a reconmendation for a good text book that can take me to this level.
    Let me explain what i intend on building, i play a wargame online called "Medieval:TotalWar - Viking Invasion" basically in this game you buy units for fighting and to make them more effective you can add "valor", "weap" or "armour" all of which increase the cost of the unit. a unit has base stats for different attributes and all of these variables adjust the attributes accordingly.
    All the stats for the units i have in excell and text file format, i would ideally like to have scroll down bars that let you select "unit type", "valor", "weap" and "armour" default being 0 and then the app will display all the attributes that apply to those selected options. In theory i cannot see this being too hard but i just dont know where to start.
    I am looking for a good text book that would help acheive this goal and also possibly a kind person that would be able to answer my silly questions privately without me looking like a fool in front of everyone here ;) on a serious note though i am deadly serious about completing this even if it takesa few months to get a grasp, if you have any inptu whatsoever it would be greatly appreciated no matter how small it may seem. if you want to see the txt file it is available here http://kenchi.mysite.freeserve.com/VIKINGS_UNIT_PROD.TXT as an example i also can get it on an excel sheet if it is easier to handle but at moment i can just about copy a txt file let alone do anything else with it.
    thanks in advance
    Baz
    please feel free to reply or email me at [email protected] or if you are really keen visit www.clankenchikuka.com, Baz is my profile.

    i m not sure, if sombody will read ur Q.
    this is not a Q, this is a history.
    who care if u study or u still.
    we ask like this.
    hi, // this is ok :)
    i use xxx // for example JFrame.
    i get Error xxxx // for example class not found.
    please help.
    enough.
    and now filter ur Q, if u would like to get an answer. minimum from me.

  • I need tutoring in java

    i am new in programming.how can i input 10 whole numbers using array with for loop and determining the greatest value that is entered.i already have an idea but i dont know how will i make my structure. please help..

    While it is noble that you are helping, and even more noble that you did so with mostly pseudo code instead of a complete answer, You should have gone completely with pseudo code as we don't even know the OP knows how to use a for loop yet. Indeed it appears that using for loops is part of his assignment, so it is safe to assume he does not. Simply putting "for loop with ten iterations here" would have been better.
    Otherwise I would say your post was helpfull so please don't let this put you off from helping in the future, as I am just offering pointers to make your future help even more helpful.
    JSG
    Edited by: JustSomeGuy on Nov 26, 2008 6:25 AM

  • Import Statement in Java

    I have one question about import of packages and classes. If I import java.awt.** why can't all the packages starting with java.awt get imported.For example java.awt.color.* or java.awt.font doesn't get imported. I didn't get why so and if so then why these classes were prefixed with java.awt. Same case happened to me when I imported java.util.* and didn't find java.util.concurrent.locks.Lock get imported. There must be some reason behind this. But I don't know. Can anyone please let me know ?
    --Prasad
    Edited by: Prasad_Kumbhare on Oct 1, 2007 7:55 PM

    flounder wrote:For me:
    Boredom, it gives me something to do.
    Reward at imparting my knowledge onto others. When I was at uni I got some part time work as a tutor helping 1st and 2nd year students with their prac sessions and tutorials. I enjoyed being able to mould young minds. Plus, with all the subliminal messages I planted, one day I will rule the world. OK that last bit wasn't true. I want to rule the universe!That's very noble Mr Flounder, so thanks again.
    I imagine if you want to rule the universe it makes sense to achieve this goal via a platform independant language. But does Java run on differant planets?
    S

Maybe you are looking for