real world uses of C++ and Java

Reply

Join Date: Jun 2004
Posts: 126
Reputation: Squires is an unknown quantity at this point 
Solved Threads: 1
Squires Squires is offline Offline
Junior Poster

real world uses of C++ and Java

 
0
  #1
Sep 15th, 2004
I am pretty proficient in C++ and Java. I know that most progrmas could be written in either language. My question for those of you who have been out there for a while, do companies tend to use one programming language for certain types of programs? For example, is C++ typically used for larger applications and Java used more for web based programs?

I tend to like working with Java more, but am not so interested in web development(seems a lot of Java jobs deal with using JSP and servlets). Do I need to choose the type of programming I want to do, then go with the language most widely used, or is it feasible to choose the language I want to work with and be able to get into the type of programming I want?
Reply With Quote Quick reply to this message  
Join Date: Jul 2004
Posts: 1,749
Reputation: nanosani is an unknown quantity at this point 
Solved Threads: 55
Team Colleague
nanosani's Avatar
nanosani nanosani is offline Offline
Unauthenticated Liar

Re: real world uses of C++ and Java

 
0
  #2
Sep 15th, 2004
whether you choose java or you choose c++ ... do it at your best ... be a master.
Reply With Quote Quick reply to this message  
Join Date: Mar 2004
Posts: 1,620
Reputation: kc0arf is a jewel in the rough kc0arf is a jewel in the rough kc0arf is a jewel in the rough 
Solved Threads: 51
Team Colleague
kc0arf kc0arf is offline Offline
Posting Virtuoso

Re: real world uses of C++ and Java

 
0
  #3
Sep 17th, 2004
Hi,

I cannot comment really on what the big development world uses, but I know I use C++ for accessing parallel ports / hardware in Linux, and use shell scripts to manage the file system.

I think a lot of your behind-the-scenes drivers are going to be C or C++ based. JAVA is interpreted, and that means slow down when running through the libraries.

Christian
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 436
Reputation: Chainsaw is an unknown quantity at this point 
Solved Threads: 11
Chainsaw's Avatar
Chainsaw Chainsaw is offline Offline
Unprevaricator

Re: real world uses of C++ and Java

 
0
  #4
Sep 18th, 2004
I think it has a lot more to do with who is in charge of the project technically. People have preferences and they tend to go with what they like.

Being good at both is a good way to go to AN job.
Reply With Quote Quick reply to this message  
Join Date: Jun 2004
Posts: 126
Reputation: Squires is an unknown quantity at this point 
Solved Threads: 1
Squires Squires is offline Offline
Junior Poster

Re: real world uses of C++ and Java

 
0
  #5
Sep 23rd, 2004
Thanks for the replies. One more question, C#, how has that been doing in the busisness world? Is it becoming popular or is C++ and Java still the better way to go? Is it worth the time to learn it?
Reply With Quote Quick reply to this message  
Join Date: Sep 2004
Posts: 33
Reputation: anthmaina is an unknown quantity at this point 
Solved Threads: 0
anthmaina anthmaina is offline Offline
Light Poster

Re: real world uses of C++ and Java

 
0
  #6
Oct 19th, 2004
still C++ and Java r popular out there.
Reply With Quote Quick reply to this message  
Join Date: Oct 2004
Posts: 19
Reputation: smagee12 is an unknown quantity at this point 
Solved Threads: 0
smagee12 smagee12 is offline Offline
Newbie Poster

Re: real world uses of C++ and Java

 
0
  #7
Nov 5th, 2004
JAVA is interpreted, and that means slow down when running through the libraries.
Just to let you know, thats not true. Java is actually quicker than C++, since libraries are determined before its compiled. So once compiled, the library is carried with the program, unlike C, which has to determine after
Reply With Quote Quick reply to this message  
Join Date: Nov 2004
Posts: 6,143
Reputation: jwenting is just really nice jwenting is just really nice jwenting is just really nice jwenting is just really nice 
Solved Threads: 213
Team Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: real world uses of C++ and Java

 
0
  #8
Nov 12th, 2004
Java is actually quicker than C++, since libraries are determined before its compiled. So once compiled, the library is carried with the program, unlike C, which has to determine after
almost correct. The real reason is that the bytecode compiler can create optimised code for every specific platform it may run on.
Java may LOAD slower than C++ (especially if you count JVM startup time) but once the program starts running there will not be a significant difference.
This is especially true for programs that spend most of their time waiting for user input.
What does it matter if your calculations take 10ms or 11ms if the application then has to wait a minute for the user?
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the IT Professionals' Lounge Forum
Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC