Styrow.dev
Question 164 of 247
Java Topic: General medium

What is dot operator?

Question

What is dot operator?

Answer

The dot operator(.) is used to access the instance variables and methods of class objects.It is also used to access classes and sub-packages from a package.