0
Is java better than Xml?(if the only purpose is to create and develop apps)
4 Answers
+ 4
java is an instruction set while xml is a way of representing and storing data. they complement each other.
+ 2
The two serve different purposes in app development. For instance using android studio software you create a button using xml. But then you use java to assign some functionality to that button when pressed.
0
after looking at the answers clearly it seems that i am dumbđ