what is dot operator in java
Answers
Answered by
4
Answer:
It is just a syntactic element that denotes the seperation of, in this case, a variable name holding an object and the object's property. The same character is used to seperate package names and Classes. The dot operator, also known as separator or period used to separate a variable or method from a reference variable.
Answered by
3
Answer:
dot operator works as a separator in a programming
Similar questions