Java Forums

Main Menu
Home
Today's Posts
FAQ
Search
Contact Us

Java Network
Linux Archive
Java Tips
Java Tips Blog

Sponsored Links





Welcome to the Java Forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community, you will:

  • have access to post topics
  • communicate privately with other members (PM)
  • not see advertisements between posts
  • have the possibility to earn one of our surprises if you are an active member
  • access many other special features that will be introduced later.

Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 11-30-2007, 05:37 PM
Member
 
Join Date: Nov 2007
Posts: 1
Hatrabbit is on a distinguished road
Prerequisite advice needed
I'm starting a beginning Java course in a couple of months. In the mean time, what should I study to prepare me for it (HTML, etc.)? Thanks.

Last edited by Hatrabbit : 11-30-2007 at 05:38 PM. Reason: misspelling
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 11-30-2007, 06:32 PM
ShoeNinja's Avatar
Senior Member
 
Join Date: Oct 2007
Posts: 123
ShoeNinja is on a distinguished road
Send a message via AIM to ShoeNinja
If you aren't familiar with Object Oriented Programming, I would dive into those concepts. Make sure you understand basic terms like object, class, method, field, constructor. Something that really helped me was to think of situations in life and apply programming concepts to them. I know it sounds like the nerdiest thing in the word but I really do think it helps.

For example........think two people having dinner. What are some of the basic objects involved? People (people eating, waiter....), table, wine glass...etc. You can go on forever but lets keep it simple. So you create a people class. Inside that class you have fields that describe the objects that will be instantiated from that class (height, weight, eye color, hair color, name, sex, age......). Again you could go on forever so it is important to identify what properties are relevant to your situation. The people class will have methods inside of it. Methods are the actions (verbs) that the objects (nouns) can do. So our people class might have methods like talk, walk, eat...and so on. So for our dinner scenario, we would create as many people objects that we needed from the people class. Think about 2 people on a date. So we create 2 people objects using constructors and define their attributes (sex, age, name.....etc). After these objects are created, they can then interact with each other through methods.

If you have any programming experience, you are probably wondering how all this looks in code. If you do a couple google searches, you will find sites that explain these terms and the basic code that is behind them. I think that it is really important to focus on learning the concepts over the coding at first. Programming is just solving problems logically. If you can design it, the syntax is usually the easier part.

This was probably more than you were looking for but its Friday and I'm bored at work. If you have any questions, keep posting to this thread or send me a private message and I will try to answer them.

Good luck!
-Shoe
Bookmark Post in Technorati
Reply With Quote
  #3 (permalink)  
Old 11-30-2007, 06:38 PM
Member
 
Join Date: Nov 2007
Posts: 3
eboraks is on a distinguished road
Prerequisite to Java
Hi there, I was in your situation two years ago. I took my first programing class in Java without any previous knowledge on programming.

From your question I understand that you do not know the difference between HTML and JAVA. Java is an object oriented programming language. Meaning you can basically build any piece of software with it - from servers to user interface. HTML is a collection of tags that tell the browers how to display information.

I will suggest to look at the following links.

Intro to computer science with java

HTML Tutorial

General Knowledge on Web Servers
Bookmark Post in Technorati
Reply With Quote
Sponsored Links
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Advice on best method for.... shaungoater Java 2D 1 06-23-2008 09:36 PM
I need some advice and tips about my code... sukatoa Advanced Java 3 06-23-2008 09:29 PM
Want Some Expert Advice? JAX India 2008 Might Be the Right Place james Java Announcements 2 03-03-2008 10:05 PM
Help needed. necro-1000 AWT / Swing 2 01-12-2008 01:37 PM
Homework PREREQUISITE Problem ChrisC New To Java 7 11-27-2007 07:36 AM


All times are GMT +3. The time now is 03:23 AM.


VBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.
Copyright ©2006 - 2007, www.java-forums.org