Explain the features of Java class. Explain Fields, Methods, and Access Levels.
What are accessors and mutator methods in a Java class? Explain with example
for each.
Explain the importance of 'this' reference. Write a code to depicts the use of
'this' reference
Explain static variables and static methods in Java. Provide an example to
explain them..................
Read
answer
What is a constructor? Explain the differences between methods and constructor.
Differences between constructors and methods.
Write code to depict the use of constructor.....................