+ 2
There are 3 types of inheritance in java:
1.Single Inheritance
2.MultiLevel Inheritance
3.Hiearchial Inheritance
There is a 4th one also but it is only applied with the help of interface.Multiple Inheritance.
For more info:"https://www.tutorialspoint.com/java/java_inheritance.htm"