Do i need to learn php before java | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Do i need to learn php before java

java php

15th Dec 2017, 11:12 PM
chidera innocent
chidera innocent - avatar
3 Réponses
+ 4
No php and Java are two different languages. Also Java and Javascript are VERY different languages. The names are just similar.
15th Dec 2017, 11:16 PM
Manual
Manual - avatar
+ 3
No. They aren't usually used together so it depends on which you like more and stuff.
16th Dec 2017, 5:41 AM
Learnsolo
+ 2
No. PHP is a separate language. Java is a cross-platform general-purpose language that compiles to binaries run in a virtual machine (JVM). PHP is a scripting language predominantly for server-side stuff. Apples and oranges.
15th Dec 2017, 11:22 PM
non