Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Jun 7th, 2006, 11:02 AM   #1
AntonioDestiny
Newbie
 
Join Date: Jun 2006
Posts: 15
Rep Power: 0 AntonioDestiny is on a distinguished road
Java Or C

NOT THE BEST GRAMMAR OR PUNCT.

Hey..Im in the process of doing alot of R&D for my new system. The system is going to need access to the internet to search and locate items and for updates. I need a little bit advice on lanugages.. Is there a big difference between all the C's Lang. or are they pretty much the same. I was also looking using Java. The last time i read anything on java they were using it from the web but now i hear different. So I guess its between JAVA or The C's can someone give me a little advice. You can aim me or just post on heree thx


AIM-Nismo350zplaya
AntonioDestiny is offline   Reply With Quote
Old Jun 7th, 2006, 11:27 AM   #2
java_roshan
Professional Programmer
 
Join Date: Mar 2005
Location: Student of University of Mumbai, Maharashtra State, India
Posts: 344
Rep Power: 4 java_roshan is on a distinguished road
I guess, I might not be really perfect. But Java is usually preferred. I am not saying that this is truly global; but from what I have experienced and heard from people around me. Things are pretty good in java for internet.

Quote:
Is there a big difference between all the C's Lang. or are they pretty much the same
I think, what differs, is the approach (procedural or object oriented) [though you can still do OOP in C, search for this] and the syntax. Possibly, how the code would compile to assembly code and/or intermediate code would also differ for languages.
__________________
Visit: http://www.somaiya.edu
java_roshan is offline   Reply With Quote
Old Jun 7th, 2006, 11:35 AM   #3
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
C# is not C. C++ is somewhat, but not entirely, a superset of C. Java is neither. There will be a lot of syntactical similarities, but that's putting a mink coat on a sow and calling it a lady -- not strictly indicative.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline   Reply With Quote
Old Jun 7th, 2006, 12:29 PM   #4
AntonioDestiny
Newbie
 
Join Date: Jun 2006
Posts: 15
Rep Power: 0 AntonioDestiny is on a distinguished road
Would java be good for a program that's web based.(INTERNET UPDATES and Item located) It wouldn't need internet access all the time just sometime.
AntonioDestiny is offline   Reply With Quote
Old Jun 8th, 2006, 11:52 AM   #5
jaeusm
Programmer
 
jaeusm's Avatar
 
Join Date: Feb 2006
Location: Columbus, OH
Posts: 84
Rep Power: 3 jaeusm is on a distinguished road
Yes, Java would work fine for "a program that's web-based". So would C#. They are very similar languages, allowing you to create "web-based" programs quickly. If you're developing for a Windows environment and wanting to create a GUI, I'd use C#.
jaeusm is offline   Reply With Quote
Old Jun 8th, 2006, 2:40 PM   #6
Booooze
Expert Programmer
 
Booooze's Avatar
 
Join Date: Mar 2006
Location: Igloo
Posts: 710
Rep Power: 3 Booooze is on a distinguished road
Send a message via MSN to Booooze
If you need it for linux and or windows, I'd go with C or Java. If it's strictly windows based, go for C#. C# has all the power you need, and is much easier.
Booooze is offline   Reply With Quote
Old Jun 8th, 2006, 3:57 PM   #7
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Java is a great language. It's cross platform (but some things really aren't) and it has a GUI built in the language. I use Java because I program on Linux all the time and most people have Windows. I can whip up a GUI program within a few hours. C is a great language too. Java takes a lot of concepts from C. A lot of people say C can't be OO but it can be but it's just easier to do it with C++ or Java.

I suggest Java to you if you use Windows, want to learn a language quickly, use OOP all the time, have a good frame of mind what you exactly want to do. I looked at C# for a little bit and really found that I prefer Java over it. That's my opinion. Others may or may not agree with me. You can use Java for web or non-web programs, Java 's real power though is in Networking. Also I want to add, Java has the largest framework/API than any other languages.
Toro is offline   Reply With Quote
Old Jun 8th, 2006, 5:17 PM   #8
jaeusm
Programmer
 
jaeusm's Avatar
 
Join Date: Feb 2006
Location: Columbus, OH
Posts: 84
Rep Power: 3 jaeusm is on a distinguished road
Quote:
Also I want to add, Java has the largest framework/API than any other languages.
Are you sure about this? I'm not saying you're wrong, but my references seem to imply that .NET 2.0 is a larger framework/API than Java. Though, whose framework is larger doesn't seem extremely important.
jaeusm is offline   Reply With Quote
Old Jun 8th, 2006, 7:32 PM   #9
splinter9x
Hobbyist Programmer
 
splinter9x's Avatar
 
Join Date: Jun 2006
Posts: 137
Rep Power: 0 splinter9x is an unknown quantity at this point
C++ is the better language in my opinion. Having expirience in Java and then decided I wanted to learn C++, I would recomend C++ over Java any day... Unless Java comes out to be more powerfull than it is now in the future...
__________________
Visit my Blog
I support WINDOWS...
splinter9x is offline   Reply With Quote
Old Jun 8th, 2006, 8:40 PM   #10
Toro
Hobbyist Programmer
 
Toro's Avatar
 
Join Date: Apr 2006
Posts: 136
Rep Power: 0 Toro is an unknown quantity at this point
Quote:
Originally Posted by jaeusm
Are you sure about this? I'm not saying you're wrong, but my references seem to imply that .NET 2.0 is a larger framework/API than Java. Though, whose framework is larger doesn't seem extremely important.
I read a lot of computer science and programming books and most authors who talk about Java and compare it to other language say that Java has the largest API known today.

Quote:
Originally Posted by splinter9x
C++ is the better language in my opinion. Having expirience in Java and then decided I wanted to learn C++, I would recomend C++ over Java any day... Unless Java comes out to be more powerfull than it is now in the future...
How would you figure? Because C++ is more popular for "all-purpose applications"? I find that Java makes a lot of things more easier than C++ does. I am not saying I don't like C++. It's a great language but I prefer Java.
Toro is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 7:15 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC