Jump to content

Which one is easy to learn?


Ditto23

Recommended Posts

It all depends on what your project is. What kind of programming language will you need to make your project successful? Java is a lower level language than PHP. By lower-level, I mean that it is able to access more of the system than PHP. For instance, you can have a Java program manipulate and test input from an input device, such as a keyboard or mouse, or maybe even some weird USB type thing you have plugged in.  

 

With PHP, you can't really do that out-of-the-box.  You have to install other extensions, and ultimately add permissions to PHP to access system commands -- commands which are written in another language altogether.  With PHP, there is no shutdown computer function, unless you've coded it yourself.  And even if you did, like I said, you'll ultimately be sending code in another language to be interpreted and executed.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.