What is the different between low level language and high level language in a computer programing?

Which language is best for Computer Network Programing C++ or JAVA or is there any other langugae for that?

  • I want to know your suggestions about which language is best for Network Programing JAVA or C++ or is there any other good programing Lang: for that.. i m doing B.E in Software engineering i have learned about C++ and now i moving towards JAVA. i m fond of network programing and want to be in that field so i want to know every thing about it

  • Answer:

    The real answer is that in depends on exactly what it is that you want to do. You can certainly do "network programming" in both C++ and Java but which language you end up using will, in the real world, depend, on what it is that you want to do and, most likely, the other pieces of software that you need to interface with. You may very well find that some parts of the system are best written in C or C++ and others in Java or, possibly, some other language. If you want to increase your chances of getting a job then you would be well advised to have at least a reasonable level of proficiency in both C++ and Java.

Software Engr Abdul Sattar at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

While C++ itself does not provide any networking capabilities on its own, there are numerous OSS C++ libraries out there that do. QT and boost are probably the most widely used ones. Oh, and C++ is only cumbersome to those who can't use it well :P (i.e., those who mistake C++ for C) PS: If you need low level network access, Java will be of no use whatsoever. You might even need to use C (the network APIs are done in C both on Windows and *NIX) to accomplish what you need, depending of what your thesis is on. So, to answer your question, I'd stick with C++ .

I R Sonajiso

Java is better. There are various libraries that are already available to use for TCP/IP and Sockets. C__ is great as well but is really archaeic when trying to setup preliminary connections. I completely ventured away from C++ because it was too cumbersome.

Johnny

With c++ u can program almost anything. 4m mobile games to OS...

El_UniQorNi0

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.