Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Computer Forums > Programmers Lounge > Programming Discussions » what kind of code is the best to use?
Closed Thread
Old 11-29-2007, 07:54 PM   #1 (permalink)
 
True Techie

Join Date: Nov 2007

Posts: 175

pts2800 is on a distinguished road

Send a message via AIM to pts2800
Default what kind of code is the best to use?

i have beginning to learn some HTML coding, but there are so money diffrent others, just want some opinions on whats the best one? or if they are all the same what are the differences,

i mainly wanna know the differences between HTML, the C's, and Java


pt2800
pts2800 is offline  
Old 11-29-2007, 08:05 PM   #2 (permalink)
Snake91839's Avatar
 
Super Techie

Join Date: Jul 2006

Location: St. Louis

Posts: 428

Snake91839 is on a distinguished road

Send a message via AIM to Snake91839
Default Re: what kind of code is the best to use?

HTML is used primarily for internet use. This is the base of almost any website because of it's versatility.

All of the Cs are used for pretty much any application. I'm not very familiar with C, but I'm pretty sure it's the most complicated to learn because of how much you can do with it. However, this is just based on what I've heard.

Java is probably the widest used code because of flexibility. Java can not only be used in succession with HTML but is also (as far as I'm aware) universal, so every OS can run it. Usually, it is used for interactivity on websites along with flash, which is very similar.

This is my knowledge of these languages, and learning them is all based on what you want to do. If you want to design web pages, HTML is very important and needs to be understood, because it is the basic language of any website.

This is just a very broad description of each, and I am not very fluent in C or even JAVA.

If I have made any mistakes in my descriptions, I'm sure an expert will correct me

Hope it helped a little
__________________



Snake91839 is offline  
Old 11-30-2007, 12:24 AM   #3 (permalink)
 
Software Developer

Join Date: Mar 2006

Location: Columbus, OH

Posts: 569

jaeusm is on a distinguished road

Default Re: what kind of code is the best to use?

Quote:
i mainly wanna know the differences between HTML, the C's, and Java
HTML is a declarative, tag-based mark up language that is commonly used to specify the layout of web pages. It does not provide the capability to create stand-alone applications.

The C languages (C, C++, C#) are imperative, general purpose programming languages. Java is syntactically related to the C languages and is very similar to C#, as they both provide their own runtime environments (the JRE for Java and the CLR for C#) that automatically manage memory. C and C++ require the programmer to manually manage memory and are decades older than C# and Java. Typically, low-level code that runs close to the hardware is written in C or C++. For instance, much of the Windows kernel and most device drivers are written in C.
jaeusm is offline  
 
Closed Thread

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

BB 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
what kind of sound card should i get? turboxchaz Computer Audio & Multimedia 18 10-18-2007 10:21 PM
Error Code 1000008e Nitrocrusher Hardware Troubleshooting 0 09-24-2007 03:04 PM
Someone take a look at my Java code PnkFloyd27 Programming Discussions 4 06-21-2007 08:11 PM
windows media error code on vista.... topps999 Windows Operating Systems and Software 1 05-28-2007 09:23 PM
NEED help with a Javascript code...(mouseover and stuff) Quintox Web Graphics, Design, Digital Images 7 05-02-2007 06:41 PM