I am wanting a programming language that I can use to create utilities and other basic programs, will Java work for this and not have limitations or should I be trying to learn another language?
3 replies to this topic
#1
Posted 07 June 2011 - 10:01 PM
|
|
|
#2
Posted 08 June 2011 - 12:09 AM
Your question is very vague, Java should be fine for a majority of applications you could develop.
Java does not have close ties to the system however as it is often ran under a virtual machine, so if you are expecting to work with hardware or your own memory then you could forget it, although I suspect you will not need much of that in your basic programs (especially as Java can do this for you).
It would help for you to describe your programs.
Java does not have close ties to the system however as it is often ran under a virtual machine, so if you are expecting to work with hardware or your own memory then you could forget it, although I suspect you will not need much of that in your basic programs (especially as Java can do this for you).
It would help for you to describe your programs.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
#3
Posted 08 June 2011 - 12:10 PM
Alexander said:
Your question is very vague, Java should be fine for a majority of applications you could develop.
Java does not have close ties to the system however as it is often ran under a virtual machine, so if you are expecting to work with hardware or your own memory then you could forget it, although I suspect you will not need much of that in your basic programs (especially as Java can do this for you).
It would help for you to describe your programs.
Java does not have close ties to the system however as it is often ran under a virtual machine, so if you are expecting to work with hardware or your own memory then you could forget it, although I suspect you will not need much of that in your basic programs (especially as Java can do this for you).
It would help for you to describe your programs.
I'm more than likely not going to deal with memory, but I do want to be able to open other programs that are not java like Chrome.exe. Is java able to open .exe's? Also another big one I'm going to use it for is GUI interface, I'm sure it does have a GUI interface but I haven't tried eclipse yet, I'm working with Textpad right now.
#4
Posted 08 June 2011 - 03:46 PM
UnknownKnowledge said:
I'm more than likely not going to deal with memory, but I do want to be able to open other programs that are not java like Chrome.exe. Is java able to open .exe's? Also another big one I'm going to use it for is GUI interface, I'm sure it does have a GUI interface but I haven't tried eclipse yet, I'm working with Textpad right now.
Java should be more sufficient in terms of GUI support, for example C++ has no GUI libraries at all while Java has many.
You could start exes and do various things, i.e. Runtime (Java 2 Platform SE v1.4.2) although you likely would not want to use Java for a web browser however. A web browser would require a lot of work, so you may have to implement not your own solutions, i.e. .NET gui and webkit.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account

Back to top









