944,104 Members | Top Members by Rank

Ad:
Sep 15th, 2004
1

real world uses of C++ and Java

Expand Post »
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?
Similar Threads
Reputation Points: 93
Solved Threads: 1
Junior Poster
Squires is offline Offline
125 posts
since Jun 2004
Sep 15th, 2004
0

Re: real world uses of C++ and Java

whether you choose java or you choose c++ ... do it at your best ... be a master.
Team Colleague
Reputation Points: 45
Solved Threads: 56
Unauthenticated Liar
nanosani is offline Offline
1,767 posts
since Jul 2004
Sep 17th, 2004
0

Re: real world uses of C++ and Java

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
Team Colleague
Reputation Points: 121
Solved Threads: 57
Posting Virtuoso
kc0arf is offline Offline
1,629 posts
since Mar 2004
Sep 18th, 2004
0

Re: real world uses of C++ and Java

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.
Reputation Points: 36
Solved Threads: 11
Posting Pro in Training
Chainsaw is offline Offline
436 posts
since Jun 2004
Sep 23rd, 2004
0

Re: real world uses of C++ and Java

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?
Reputation Points: 93
Solved Threads: 1
Junior Poster
Squires is offline Offline
125 posts
since Jun 2004
Oct 19th, 2004
0

Re: real world uses of C++ and Java

still C++ and Java r popular out there.
Reputation Points: 11
Solved Threads: 0
Light Poster
anthmaina is offline Offline
39 posts
since Sep 2004
Nov 5th, 2004
0

Re: real world uses of C++ and Java

Quote ...
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
Reputation Points: 13
Solved Threads: 0
Newbie Poster
smagee12 is offline Offline
19 posts
since Oct 2004
Nov 12th, 2004
0

Re: real world uses of C++ and Java

Quote ...
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?
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Jun 19th, 2010
-1
Re: real world uses of C++ and Java
if you send sum thing about c++ programming (how to use).
Reputation Points: 10
Solved Threads: 0
Newbie Poster
surojit das is offline Offline
1 posts
since Jun 2010

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in IT Professionals' Lounge Forum Timeline: How to find New Companies coming to India
Next Thread in IT Professionals' Lounge Forum Timeline: CIS OR CS?





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC