Java Dot Operator

In this tutorial you will learn about the Java Dot Operator and its application with practical example.

Java Dot(.) Operator

The dot (.) operator is also known as the member operator it is used to access the member of a package or a class.

Table Of Contents

Example:-

 

Find the java program output here, please take a look:

Output:-

java_dot_operator_example

In this tutorial we have learn about the Java Dot Operator and its application with practical example. I hope you will like this tutorial.