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

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.