monit
+ Reply to Thread
Results 1 to 15 of 18

Thread: To expertise java programming?

Hybrid View

  1. #1
    raju.mohan Guest
    In general, it is unreasonable for someone to presume that she/he learn java without studying. Some folks may require less studying than others. Nevertheless studying is usually part of the learning process. In that way, you can internalize the concepts, and learn how to take advantage of the language to not only solve the same, familiar problems, but also, to synthesize—and solve "new" problems.
    ========================
    [url=http://www.****ge-glasgow.co.uk/glasgow-tooth-whitening-scotland.html]Teeth Whitening Glasgow[/url] | [url=http://www.****ge-glasgow.co.uk/glasgow-tooth-whitening-scotland.html]Tooth Whitening Glasgow[/url]

  2. #2
    Join Date
    Jun 2010
    Posts
    5
    What helped me a lot to hone my Java skills are two books that I highly recommend from O'Reilly Media, Inc. called "Head First Object Oriented Analysis and Design" and "Head First Design Patterns". Both books are using Java in there exsamples and are written in a way that isn't boring and you also memorize the learning material easily.
    ========================================
    [url=http://www.townsrealty.com]short sale assintance[/url]
    [url=http://www.thequoizelsource.com]quoizel lighting[/url]

  3. #3
    Join Date
    May 2012
    Posts
    2

    hf

    Java has always been considered a multi-platform language - you write your [url=http://www.gafasdesolcomprar.com]Gafas Carrera Baratas[/url] code once and then you use it on almost any Operating System. Unfortunately for most Java developers, this is often taken quite literally from anyone that had no knowledge of the language, including some managers and system admins.
    [url=http://www.gafasdesolcomprar.com]Gafas Ray Ban[/url]

  4. #4
    Join Date
    Jun 2012
    Posts
    4
    hello,
    One characteristic of Java is portability, which means that computer programs written in the Java language must run similarly on any hardware/operating-system platform. This is achieved by compiling the Java language code to an intermediate representation called Java bytecode, instead of directly to platform-specific machine code. Java bytecode instructions are analogous to machine code, but are intended to be interpreted by a virtual machine (VM) written specifically for the host hardware. End-users commonly use a Java Runtime Environment (JRE) installed on their own machine for standalone [URL="http://topicworld.net/forumdisplay.php/652-Java-Programming"]Java Programming[/URL] Applications, or in a Web browser for Java applets.

    Standardized libraries provide a generic way to access host-specific features such as graphics, threading, and networking.

  5. #5
    Join Date
    Aug 2012
    Posts
    1
    If you want to learn java from basic, you will have to start from core java and your logical power should be good. if you are good in logic then you can learn it very easily
    Last edited by gordo; 08-17-2012 at 06:27 PM.

  6. #6
    Join Date
    Oct 2012
    Posts
    1
    What helped me a lot to hone my Java skills are two books that I highly recommend from O'Reilly Media, Inc. called "Head First Object Oriented .

    http://www.pakka.com.au/marketing.html

+ Reply to Thread

Similar Threads

  1. Java tutorial
    By toast in forum Programming
    Replies: 5
    Last Post: 11-28-2018, 12:29 AM
  2. Replies: 0
    Last Post: 07-05-2012, 09:11 AM
  3. java?
    By duckiesarefun in forum Programming
    Replies: 9
    Last Post: 11-15-2008, 05:36 PM
  4. Programming language choice: Java
    By new_rez in forum General discussion
    Replies: 1
    Last Post: 08-06-2008, 04:20 PM
  5. Very awesome Java
    By toast in forum Programming
    Replies: 27
    Last Post: 10-28-2006, 06:43 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts