+ Reply to Thread
Results 1 to 10 of 10
Thread: To expertise java programming?
-
06-14-2010, 07:51 AM #1
Registered User
- Join Date
- Jun 2010
- Posts
- 4
To expertise java programming?
i want to learn java and need good programming knowledge where to start practicing .. But i knw basics of java
========================Last edited by gordo; 06-14-2010 at 05:13 PM.
-
06-17-2010, 10:36 PM #2
Registered User
- Join Date
- Jun 2010
- Posts
- 4
Java has always been considered a multi-platform language - you write your 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.
If you had ever seen any Java code that deals with files and directories, you already know that if the programmer is not careful, the otherwise multi-platform code will simply fail when the OS is changed. But what happens if you are careful (you use File.separator instead of hardcoded "/" .
______________________________________Last edited by gordo; 06-20-2010 at 07:01 AM.
-
06-20-2010, 04:11 AM #3raju.mohan Guest
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.
=====================Last edited by gordo; 06-20-2010 at 07:02 AM.
-
06-21-2010, 03:09 AM #4
Registered User
- Join Date
- Jun 2010
- Posts
- 3
If you know the basic of Java that is good. If you want to learn Java, first you start from core Java, then Advanced Java. Advanced Java will cover, JSP, servlets, EJB, JMS, JNDI, JMS, Swing, etc.
[url=http://www.blurbpoint.com/social-bookmarking.php]social bookmarking[/url]
-
06-22-2010, 07:57 AM #5raju.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.visage-glasgow.co.uk/glasgow-tooth-whitening-scotland.html]Teeth Whitening Glasgow[/url] | [url=http://www.visage-glasgow.co.uk/glasgow-tooth-whitening-scotland.html]Tooth Whitening Glasgow[/url]
-
06-28-2010, 01:52 AM #6
Registered User
- 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]
-
05-31-2012, 08:57 PM #7
Registered User
- 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]
-
06-09-2012, 08:51 PM #8
Registered User
- 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.
-
08-17-2012, 07:27 AM #9
Junior Member
- 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.
-
10-12-2012, 09:32 AM #10
Registered User
- 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 With Quote