0
What is the different between var and varchar?
2 Answers
+ 2
Java hasn't var or varchar.
It has char which is primitive type of single symbol
eg. 'a' 'B' or '#'
0
they are just names like demo n all. Java has char data type only not var .var is a short form of variable. varchar is a short form of variablecharacter which doesn't make sense any at all. they are just simple names given by the programmer