Ditto23 Posted December 14, 2017 Share Posted December 14, 2017 Java or php which one is easy to learn for you people.For me php will be comfortable. Different people may have different opinion.Feel free to suggest your opinion. 1 Quote Link to comment Share on other sites More sharing options...
Barand Posted December 14, 2017 Share Posted December 14, 2017 Java or php which one is easy to learn... For some, either; for others, neither. Quote Link to comment Share on other sites More sharing options...
Zane Posted December 16, 2017 Share Posted December 16, 2017 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.