Here,job is something like a complete utility.
I need to know this to start the c/java journey!
Here,job is something like a complete utility.
I need to know this to start the c/java journey!
You have to differenciate between C and Java as well. With C you can go in-depth into system-close programming. You could develop hardware drivers, operation systems and much more whereas you will not be able to do this in Java. Java runs in a virtual machine and therefore has no direct access to system-close operations.
PHP is best suited for web-programming but can also be used offline. You could use PHP for pretty much the same as you could use Java but it isn't actually meant for this. PHP is intended to be used on web-servers. So it is generally said easier to write desktop-applications in Java or C.
Concluding: